Skip to content
Snippets Groups Projects

Fix form elements width inside tables on mobile

1 unresolved thread

Closes #3205412

Edited by Mohammad Hawwari

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Mohammad Hawwari changed title from Fix form elements width inside tables on mobiel to Fix form elements width inside tables on mobile

    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;
Please register or sign in to reply
Loading