mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: maximize css editor not working
This commit is contained in:
parent
7d9b5514ba
commit
2e13c2453b
@ -59,9 +59,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}}
|
||||
</div>
|
||||
{{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}}
|
||||
|
||||
<div class='admin-footer'>
|
||||
<div class='status-actions'>
|
||||
|
@ -129,7 +129,7 @@
|
||||
bottom: 10px;
|
||||
}
|
||||
.ace-wrapper {
|
||||
height: 100%;
|
||||
height: calc(100% - 200px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user