Skip to content

Commit 28eed6c

Browse files
committed
refactor: miglioramento centratura badge hook
1 parent eecfdde commit 28eed6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/src/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,12 +1390,13 @@ input.small-width {
13901390
font-size: 10px;
13911391
min-width: 18px;
13921392
height: 18px;
1393-
line-height: 18px;
13941393
border-radius: 9px;
13951394
padding: 0 6px;
13961395
display: inline-flex;
13971396
align-items: center;
13981397
justify-content: center;
1398+
vertical-align: middle;
1399+
margin-top: -3px;
13991400
}
14001401

14011402
/* Stili per il contenuto delle notifiche migliorato */

0 commit comments

Comments
 (0)