ui: css: fix text-align pmx-button-badge
this was previously set on the button class, but has since been removed add it here to have the badge number centered again Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
c793da1edc
commit
dbf5dad1c4
|
@ -202,6 +202,7 @@ p.logs {
|
|||
|
||||
.pmx-button-badge {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
border-radius: 4px;
|
||||
padding: 2px 3px;
|
||||
|
|
Loading…
Reference in New Issue