Fixed buttons wrapping incorrectly

This commit is contained in:
Tracker-Friendly 2024-01-27 16:10:21 +00:00
parent 7b3d20d256
commit e9bf4865d7
1 changed files with 3 additions and 0 deletions

View File

@ -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 {