Skip to content
Snippets Groups Projects

3409640 setting height of dialog content in workspace module

2 unresolved threads

3409640 setting height of dialog content in workspace module

Merge request reports

Code Quality is loading
Test summary results are being parsed

Closed by Théodore BiadalaThéodore Biadala 1 year ago (Mar 4, 2024 9:49am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 18 }
19 19 }
20 20
21 & + .ui-dialog .ui-dialog-content {
22 @media (--workspace-layout-small) {
23 max-height: unset !important;
  • Mithun S added 1 commit

    added 1 commit

    • 319f7a5f - Issue-3409640: Add a comment for using important in css for future reference.

    Compare with previous version

  • 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. */
  • Mithun S added 1 commit

    added 1 commit

    • adc7a4af - Issue-3409640: Fix the pipeline issue and update the changes as per suggessions.

    Compare with previous version

  • Mithun S added 1 commit

    added 1 commit

    • 01190936 - Issue-3409640: Fix the pipeline issue and address the review comment.

    Compare with previous version

  • Please register or sign in to reply
    Loading