Widen style dropdown in note editor to accommodate other languages
This commit is contained in:
parent
6c260bc9c9
commit
e75827bf28
2 changed files with 5 additions and 5 deletions
|
@ -247,7 +247,7 @@
|
|||
#zotero-item-pane
|
||||
{
|
||||
width: 338px;
|
||||
min-width: 320px;
|
||||
min-width: 338px;
|
||||
}
|
||||
|
||||
#zotero-layout-switcher
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue