mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Adjust min-height to Prevent layout shift when CKEditor is loaded
https://xetown.com/questions/1801094
This commit is contained in:
parent
6328005ace
commit
c235f6b8b3
2 changed files with 14 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue