fix(css): Don't overflow on group names
This commit is contained in:
parent
088d6d613a
commit
59fa740950
1 changed files with 1 additions and 1 deletions
2
src/shared/static/bulma/bulma.scss
vendored
2
src/shared/static/bulma/bulma.scss
vendored
|
@ -42,7 +42,7 @@ body {
|
|||
}
|
||||
|
||||
.grid.groups {
|
||||
--bulma-grid-column-min: 24rem;
|
||||
--bulma-grid-column-min: min(24rem, 100%);
|
||||
}
|
||||
|
||||
.groups > .button > span {
|
||||
|
|
Loading…
Reference in a new issue