Skip to content
Snippets Groups Projects

Issue #3135457: Select widths not taken into account when table is rendered

Open Ben Mullins requested to merge issue/drupal-3135457:3135457-select-widths-not into 9.3.x
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -243,6 +243,13 @@ td > .ajax-new-content > .form-item > .form-element {
width: 100%;
}
/* Force browsers to take auto width for 'select' element. */
td > .form-item > .form-element--type-select,
td > .ajax-new-content > .form-item > .form-element--type-select {
width: auto;
}
/* Win over table-file-multiple-widget. */
th.is-disabled.is-disabled {
Loading