92206d30f6
Set to 0 in 23da0d70b
, possibly because the default was too chunky, but
it's definitely wrong with 0
23 lines
348 B
SCSS
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;
|
|
}
|