UI: reduces category row description margin (#9834)

This commit is contained in:
Joffrey JAFFEUX 2020-05-19 20:44:54 +02:00 committed by GitHub
parent 05d8091bd3
commit a239900522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
-ms-flex: 1 1 auto; -ms-flex: 1 1 auto;
flex: 1 1 auto; flex: 1 1 auto;
} }
.category-desc p {
margin: 0;
}
.category-status { .category-status {
.badge-wrapper.box { .badge-wrapper.box {
margin-bottom: 1px; margin-bottom: 1px;