Skip to content
Snippets Groups Projects
Unverified Commit c5489de5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3151119 by shaal, Hardik_Patel_12, msuthars, ravi.shankar, harika...

Issue #3151119 by shaal, Hardik_Patel_12, msuthars, ravi.shankar, harika gujjula, HarishST, priyanka.sahni, shimpy, imalabya, Kristen Pol, byrond, yoroy, lauriii: Text field with multiple values overflows on narrow screens
parent f32390f1
No related branches found
No related tags found
No related merge requests found
......@@ -151,3 +151,12 @@ th.select-all {
display: none;
}
}
/**
* Target every .form-text input where its parent is a form-item inside a table
* cell.
*/
td > .form-item > .form-text,
td > .ajax-new-content > .form-item > .form-text {
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