UI: reduces category row description margin (#9834)
This commit is contained in:
parent
05d8091bd3
commit
a239900522
|
@ -9,6 +9,9 @@
|
|||
-ms-flex: 1 1 auto;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.category-desc p {
|
||||
margin: 0;
|
||||
}
|
||||
.category-status {
|
||||
.badge-wrapper.box {
|
||||
margin-bottom: 1px;
|
||||
|
|
Loading…
Reference in New Issue