mirror of
https://github.com/discourse/discourse.git
synced 2025-04-24 21:04:30 +08:00
FIX: Give expanded CSS/HTML editor >0 height
This commit is contained in:
parent
bbe2947742
commit
f8633d5c58
@ -440,7 +440,7 @@
|
||||
bottom: 10px;
|
||||
}
|
||||
.ace-wrapper {
|
||||
height: calc(100% - 200px);
|
||||
height: calc(100vh - 200px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user