mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
minor subcategory box padding adjustments
This commit is contained in:
parent
c01c937151
commit
a8fbf7c128
@ -150,6 +150,7 @@
|
||||
order: 2;
|
||||
line-height: $line-height-medium;
|
||||
overflow: hidden;
|
||||
margin-bottom: 0.25em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
@ -157,11 +158,11 @@
|
||||
.subcategory-box-inner {
|
||||
border: 1px solid $primary-low;
|
||||
border-left: none;
|
||||
padding: 0.75em 0.5em 0.4em 0.5em;
|
||||
padding: 0.5em 0.5em 0.4em 0.5em;
|
||||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: 1em;
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
|
||||
.subcategory {
|
||||
|
Loading…
Reference in New Issue
Block a user