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:
Dominik Csapak 2021-05-26 11:12:03 +02:00 committed by Thomas Lamprecht
parent c793da1edc
commit dbf5dad1c4
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ p.logs {
.pmx-button-badge {
display: inline-block;
text-align: center;
font-weight: bold;
border-radius: 4px;
padding: 2px 3px;