1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00

Category item traits excess margin removed

This commit is contained in:
zeot 2019-02-18 14:08:45 +04:00
parent be9f93e8aa
commit 9b66ec7162

View File

@ -196,6 +196,8 @@ export default class CategoryItemTraits extends Vue {
}
.category-item-trait {
padding-right: 24px;
}
.category-item-trait:not(:last-child) {
margin-bottom: 2px;
}
.category-item-edit-trait-menu {