Fix status buttons text wrapping in webkit

This commit is contained in:
Freeplay 2023-02-02 19:25:42 -05:00 committed by Gitea
parent e6b68012a7
commit ba4ed1652c

View file

@ -605,6 +605,7 @@ function readPromo() {
opacity: 0.7;
flex-grow: 1;
max-width: 3.5em;
width: max-content;
min-width: max-content;
&:first-of-type {
margin-left: -.5em;