zotero/scss/preferences/_cite.scss
Dan Stillman 92206d30f6 Restore min-width on style manager -/+ buttons
Set to 0 in 23da0d70b, possibly because the default was too chunky, but
it's definitely wrong with 0
2024-06-07 00:54:32 -04:00

23 lines
348 B
SCSS

#wordProcessors > label:not(:first-child) {
margin-top: 10px;
}
#wordProcessorInstallers {
margin-block: 0.5em;
}
#wordProcessorInstallers > groupbox > label > h2 {
/* Override spacing added between groupboxes */
margin-top: 0.5em !important;
}
#styleManager
{
height: 250px;
max-height: 250px;
}
#styleManager-updated
{
width: 105px;
}