Skip to content
Snippets Groups Projects
Commit 01190936 authored by mithun.s's avatar mithun.s
Browse files

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

parent 319f7a5f
No related tags found
No related merge requests found
Pipeline #107919 failed
......@@ -25,7 +25,7 @@
@media (max-width: 47.9375rem) {
#drupal-off-canvas-wrapper.workspaces-dialog + .ui-dialog .ui-dialog-content {
max-height: unset !important; /* Override the max-height added by Js. */
max-height: unset !important; /* Override the max-height added by JS. */
}
}
......
......@@ -20,7 +20,7 @@
& + .ui-dialog .ui-dialog-content {
@media (--workspace-layout-small) {
max-height: unset !important; /* Override the max-height added by Js. */
max-height: unset !important; /* Override the max-height added by JS. */
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment