Merge pull request 'Fix status buttons text wrapping in webkit' (#9545) from Freeplay/calckey:note-improvements into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9545
This commit is contained in:
commit
d455c44261
|
@ -605,6 +605,7 @@ function readPromo() {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 3.5em;
|
max-width: 3.5em;
|
||||||
|
width: max-content;
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
margin-left: -.5em;
|
margin-left: -.5em;
|
||||||
|
|
Loading…
Reference in New Issue