1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 22:29:15 +01:00

Fix group badge misalignment if there is no group icon

This commit is contained in:
Toby Zerner 2018-09-21 11:20:54 +09:30
parent 07298e165d
commit c32af6559e
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
}
.Badge {
margin-right: 5px;
vertical-align: 2px;
}
}
.EditGroupModal-name-input {

View File

@ -83,7 +83,6 @@
.Badge {
margin: -3px 2px -3px 0;
vertical-align: 0;
}
}
td:not(:hover) .Select-caret,
@ -105,7 +104,6 @@
}
.Badge {
margin: -3px 3px -3px 0;
vertical-align: 1px;
.box-shadow(none);
}
}