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:
parent
07298e165d
commit
c32af6559e
@ -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