mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Give expanded CSS/HTML editor >0 height
This commit is contained in:
@@ -440,7 +440,7 @@
|
||||
bottom: 10px;
|
||||
}
|
||||
.ace-wrapper {
|
||||
height: calc(100% - 200px);
|
||||
height: calc(100vh - 200px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user