Fix width of note link toolbar
This commit is contained in:
parent
f3ceb7f66e
commit
850a9bb309
1 changed files with 4 additions and 1 deletions
|
@ -159,7 +159,10 @@ html, body {
|
|||
height: 29px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Fix 100% width of link toolbar */
|
||||
div.mce-tinymce-inline {
|
||||
width: initial !important;
|
||||
}
|
||||
|
||||
#noScriptWarning {
|
||||
padding: 4px;
|
||||
|
|
Loading…
Reference in a new issue