Widen style dropdown in note editor to accommodate other languages

This commit is contained in:
Dan Stillman 2016-12-26 03:15:19 -05:00
parent 6c260bc9c9
commit e75827bf28
2 changed files with 5 additions and 5 deletions

View file

@ -247,7 +247,7 @@
#zotero-item-pane
{
width: 338px;
min-width: 320px;
min-width: 338px;
}
#zotero-layout-switcher

View file

@ -25,15 +25,15 @@ html, body {
}
/* Shrink the buttons a bit */
.mce-listbox button {
padding-right: 8px !important;
}
.mce-btn-small button {
padding-left: 4px !important;
padding-right: 4px !important;
}
.mce-listbox button {
padding-right: 12px !important;
}
/* Tighten some padding */
.mce-toolbar:first-child > div > :nth-child(3) {
margin-left: 0;