Skip to content
Snippets Groups Projects

Resolve #3458714 "Long string breaks the layout of Claro"

Closed Simo Hellsten requested to merge issue/drupal-3458714:3458714-long-string-breaks into 11.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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);
}
Loading