compensate for border overhang in category list alignment
This commit is contained in:
parent
5bb955dcb7
commit
0d1fa54957
|
@ -21,8 +21,11 @@
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&.with-topics .category {
|
||||
width: 45%;
|
||||
&.with-topics {
|
||||
margin-left: 3px;
|
||||
.category {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
.topics .badge-notification,
|
||||
|
|
Loading…
Reference in New Issue