commit 850a9bb309617969155fdc1fa3b829b3fb729d96 parent f3ceb7f66e0caa2e46448e92323c2390b13e855c Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 19 Apr 2017 19:35:59 -0400 Fix width of note link toolbar Diffstat:
| M | resource/tinymce/css/note-ui.css | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/resource/tinymce/css/note-ui.css b/resource/tinymce/css/note-ui.css @@ -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;