mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +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 */
|
/* info.php */
|
||||||
.litebans-info-badges {
|
.litebans-info-badges {
|
||||||
width: 0;
|
width: 0;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.litebans-label-info {
|
.litebans-label-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user