Fix: single editor doesn't stretch to full height (#728)
* Fix: single editor doesn't stretch to full height * Fix: remove redundant selectors
This commit is contained in:
parent
d1db77e5b0
commit
6fbc291b19
|
@ -777,8 +777,9 @@ html:not(.usercss) .usercss-only,
|
|||
color: #888;
|
||||
}
|
||||
|
||||
#sections .single-editor,
|
||||
#sections > .single-editor:first-child {
|
||||
/* FIXME: remove the ID selector */
|
||||
#sections .single-editor {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user