3409640 setting height of dialog content in workspace module
2 unresolved threads
3409640 setting height of dialog content in workspace module
Merge request reports
Activity
added 1 commit
- 9248e663 - #drupal-3409640: Add code inside the media query (Below 767px).
18 18 } 19 19 } 20 20 21 & + .ui-dialog .ui-dialog-content { 22 @media (--workspace-layout-small) { 23 max-height: unset !important; changed this line in version 6 of the diff
added 1 commit
- 319f7a5f - Issue-3409640: Add a comment for using important in css for future reference.
18 18 } 19 19 } 20 20 21 & + .ui-dialog .ui-dialog-content { 22 @media (--workspace-layout-small) { 23 max-height: unset !important; /* Override the max-height added by Js. */ changed this line in version 8 of the diff
added 1 commit
- adc7a4af - Issue-3409640: Fix the pipeline issue and update the changes as per suggessions.
added 1 commit
- 01190936 - Issue-3409640: Fix the pipeline issue and address the review comment.
Please register or sign in to reply