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:
ruan 2018-04-19 12:29:38 +02:00
parent 39fbdeb0a2
commit c87e6e5810
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -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 {