Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3409640
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3409640
Commits
01190936
Commit
01190936
authored
1 year ago
by
mithun.s
Browse files
Options
Downloads
Patches
Plain Diff
Issue-3409640: Fix the pipeline issue and address the review comment.
parent
319f7a5f
Branches
3409640-modal-content-not-visible
No related tags found
No related merge requests found
Pipeline
#107919
failed
1 year ago
Stage: 🏗️ Build
Stage: 🪄 Lint
Stage: 🗜️ Test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/workspaces/css/workspaces.off-canvas.css
+1
-1
1 addition, 1 deletion
core/modules/workspaces/css/workspaces.off-canvas.css
core/modules/workspaces/css/workspaces.off-canvas.pcss.css
+1
-1
1 addition, 1 deletion
core/modules/workspaces/css/workspaces.off-canvas.pcss.css
with
2 additions
and
2 deletions
core/modules/workspaces/css/workspaces.off-canvas.css
+
1
−
1
View file @
01190936
...
...
@@ -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 J
s
. */
max-height
:
unset
!important
;
/* Override the max-height added by J
S
. */
}
}
...
...
This diff is collapsed.
Click to expand it.
core/modules/workspaces/css/workspaces.off-canvas.pcss.css
+
1
−
1
View file @
01190936
...
...
@@ -20,7 +20,7 @@
&
+
.ui-dialog
.ui-dialog-content
{
@media
(--workspace-layout-small)
{
max-height
:
unset
!important
;
/* Override the max-height added by J
s
. */
max-height
:
unset
!important
;
/* Override the max-height added by J
S
. */
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment