Skip to content
Snippets Groups Projects
Verified Commit 564c312e 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
parent c2021dd2
No related branches found
No related tags found
No related merge requests found
......@@ -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%;
}
......
......@@ -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%;
}
......
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