Fix width of note link toolbar

This commit is contained in:
Dan Stillman 2017-04-19 19:35:59 -04:00
parent f3ceb7f66e
commit 850a9bb309

View file

@ -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;