mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 15:45:41 +08:00
Fix group badge misalignment if there is no group icon
This commit is contained in:
parent
3a7f88b74c
commit
1114de5338
@ -4,7 +4,6 @@
|
||||
}
|
||||
.Badge {
|
||||
margin-right: 5px;
|
||||
vertical-align: 2px;
|
||||
}
|
||||
}
|
||||
.EditGroupModal-name-input {
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user