.sheet {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
.editor {
height: 100%
.long-input {
width: 100%;
max-width: 100%;
min-width: 100%;
.short-input {
width: 50px;
max-width: 50px;
min-width: 50px;