Skip to content

Commit d501165

Browse files
committed
Ensure column settings take minimum of 50% width
1 parent d919a7c commit d501165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/components/ui/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717

1818
&-column {
19-
2019
width: 100%;
20+
min-width: 50%;
2121
box-sizing: border-box;
2222
padding: 0 0 0 $size-padding-column;
2323

0 commit comments

Comments
 (0)