Skip to content
Snippets Groups Projects

Issue #3405576: Fix horizontal scroll on tabledrag

Files
2
@@ -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%;
}
Loading