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