Skip to content
Snippets Groups Projects
Verified Commit 5c2760eb authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3400762 by simohell, peterbihari, amanire: Long string breaks the layout of Claro

parent 9e7ff462
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
.layout-node-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);
}
......
......@@ -16,7 +16,7 @@
.layout-node-form {
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 3fr minmax(360px, 1fr);
grid-template-columns: minmax(0, 3fr) minmax(360px, 1fr);
gap: var(--space-l);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment