mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Display badges as inline-flex instead of inline-block
They will no longer stack on top of each other as of last commit
This commit is contained in:
parent
39fbdeb0a2
commit
c87e6e5810
@ -74,7 +74,7 @@ tr.hover {
|
||||
/* info.php */
|
||||
.litebans-info-badges {
|
||||
width: 0;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.litebans-label-info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user