fix: minor fixes
This commit is contained in:
parent
c263e1b9f9
commit
fed7318ed6
1 changed files with 2 additions and 0 deletions
|
@ -109,12 +109,14 @@ body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
|
min-width: 64px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
flex-shrink: 0;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue