Fix form elements width inside tables on mobile
1 unresolved thread
1 unresolved thread
Closes #3205412
Edited by Mohammad Hawwari
Merge request reports
Activity
Please register or sign in to reply
Closes #3205412
changed title from Fix form elements width inside tables on mobiel to Fix form elements width inside tables on mobile
224 | 224 | width: 100%; |
225 | 225 | } |
226 | 226 | |
227 | @media screen and (max-width: 48em) { | |
228 | td > .form-item > .form-element, | |
229 | td > .ajax-new-content > .form-item > .form-element { | |
230 | width: inherit; | |
|