Skip to content

Commit

Permalink
Add a size range for grid template columns
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Auswöger <martin@auswoeger.com>
  • Loading branch information
zoglo and ausi committed Apr 9, 2024
1 parent 736191a commit 8524095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/contao/themes/flexible/styles/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ fieldset > .widget-group {
.widget-group {
display: grid;
grid-column-gap: 30px;
grid-template-columns: repeat(12, 1fr);
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.widget-group > * {
grid-column: 1 / 13;
Expand Down

0 comments on commit 8524095

Please sign in to comment.