Verified Commit 328369e7 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3405576 by kostyashupenko, penyaskito, ankithashetty, shweta__sharma,...

Issue #3405576 by kostyashupenko, penyaskito, ankithashetty, shweta__sharma, javi-er: Table drag elements create horizontal scroll on mobile

(cherry picked from commit 564c312e)
parent 81c8738d
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -212,7 +212,11 @@ td.is-active {
 */

td > .form-item > .form-element,
td > .ajax-new-content > .form-item > .form-element {
td > .ajax-new-content > .form-item > .form-element,
td > .form-item > .claro-autocomplete,
td > .form-item > .claro-autocomplete > .form-element,
td > .ajax-new-content > .form-item > .claro-autocomplete,
td > .ajax-new-content > .form-item > .claro-autocomplete > .form-element {
  width: 100%;
}

+5 −1
Original line number Diff line number Diff line
@@ -168,7 +168,11 @@ td.is-active {
 * This ignores the filter format select of the textarea editor.
 */
td > .form-item > .form-element,
td > .ajax-new-content > .form-item > .form-element {
td > .ajax-new-content > .form-item > .form-element,
td > .form-item > .claro-autocomplete,
td > .form-item > .claro-autocomplete > .form-element,
td > .ajax-new-content > .form-item > .claro-autocomplete,
td > .ajax-new-content > .form-item > .claro-autocomplete > .form-element {
  width: 100%;
}