14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
.sheet {
|
||
|
form {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.sheet-content {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
.editor {
|
||
|
height: 100%
|
||
|
}
|
||
|
}
|
||
|
}
|