Adjust min-height to Prevent layout shift when CKEditor is loaded

https://xetown.com/questions/1801094
This commit is contained in:
Kijin Sung 2023-12-31 16:21:05 +09:00
parent 6328005ace
commit c235f6b8b3
2 changed files with 14 additions and 4 deletions

View file

@ -240,8 +240,7 @@ button.xefu-btn {
p.xefu-dropzone-message {
display: inline-block;
margin: 0;
margin-left: 5px;
margin: 0 0 0 5px !important;
line-height: 24px;
vertical-align: middle;
}
@ -308,4 +307,4 @@ p.xefu-dropzone-message {
.color_scheme_dark.cke_auto_dark_mode .xefu-container .xefu-btn>input,
.color_scheme_dark.cke_auto_dark_mode .xefu-container .xefu-btn>span {
color: #eee;
}
}