Verified Commit a48e3346 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3159896 by mherchel, awset, srishtiiee, Gauravvvv, _utsavsharma,...

Issue #3159896 by mherchel, awset, srishtiiee, Gauravvvv, _utsavsharma, lauriii, pameeela, bnjmnm, Kristen Pol, kiran.kadam911, pradeepjha, Sakthivel M: Select form field values are hidden at narrow screen widths in Claro theme

(cherry picked from commit ad02e3e8)
parent 44e5b434
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -216,6 +216,12 @@ td > .ajax-new-content > .form-item > .form-element {
  width: 100%;
}

td > .form-item > .form-element--type-select,
td > .ajax-new-content > .form-item > .form-element--type-select {
  width: max-content;
  min-width: 100%;
}

/* Win over table-file-multiple-widget. */

th.is-disabled.is-disabled {
+6 −0
Original line number Diff line number Diff line
@@ -172,6 +172,12 @@ td > .ajax-new-content > .form-item > .form-element {
  width: 100%;
}

td > .form-item > .form-element--type-select,
td > .ajax-new-content > .form-item > .form-element--type-select {
  width: max-content;
  min-width: 100%;
}

/* Win over table-file-multiple-widget. */
th.is-disabled.is-disabled {
  color: var(--input--disabled-fg-color);