Fixed buttons wrapping incorrectly
This commit is contained in:
parent
7b3d20d256
commit
e9bf4865d7
|
@ -17,6 +17,9 @@ a {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: white;
|
color: white;
|
||||||
|
min-width: 50px;
|
||||||
|
max-width: 100px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
|
|
Reference in New Issue