Skip to content
Snippets Groups Projects
Commit c7c4b096 authored by Simo Hellsten's avatar Simo Hellsten
Browse files

Update form-two-columns.css

parent 738a46d1
No related branches found
No related tags found
1 merge request!8640Resolve #3458714 "Long string breaks the layout of Claro"
......@@ -20,7 +20,7 @@
.layout-form {
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 3fr minmax(22.5rem, 1fr);
grid-template-columns: minmax(0, 3fr) minmax(22.5rem, 1fr);
gap: var(--space-l);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment