Advertisement
iamjohnrex03

26898381

May 12th, 2025
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. #listContainer .configurable-list-field-label {
  2.     min-width: 100%;
  3. }
  4. .configurable-list-field-row {
  5.     -webkit-flex-direction: column;
  6.     -ms-flex-direction: column;
  7.     flex-direction: column;
  8.     align-items: flex-start !important;
  9. }
  10. .configurable-list-field-wrapper {
  11.         flex-direction: column !important;
  12.         width: 100% !important;
  13.         max-width: 100%;
  14.         margin-right: 0px !important;
  15. }
  16. #listContainer {
  17.     overflow: hidden !important;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement