Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gin-3397104
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
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
gin-3397104
Commits
e277f468
Commit
e277f468
authored
1 year ago
by
Dieter Holvoet
Browse files
Options
Downloads
Patches
Plain Diff
Fix media query
parent
073d1d7d
No related branches found
Tags
previous/3331836-dialogs-are-too/2023-01-13
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/components/dialog.css
+1
-1
1 addition, 1 deletion
dist/css/components/dialog.css
styles/components/dialog.scss
+1
-1
1 addition, 1 deletion
styles/components/dialog.scss
with
2 additions
and
2 deletions
dist/css/components/dialog.css
+
1
−
1
View file @
e277f468
...
...
@@ -35,7 +35,7 @@
border
:
1px
solid
var
(
--gin-border-color-layer
);
}
@media
(
m
in
-width
:
4
8
em
)
{
@media
(
m
ax
-width
:
4
7.99
em
)
{
.ui-dialog
:not
(
.ui-dialog-off-canvas
)
{
min-width
:
92%
;
max-width
:
92%
;
...
...
This diff is collapsed.
Click to expand it.
styles/components/dialog.scss
+
1
−
1
View file @
e277f468
...
...
@@ -31,7 +31,7 @@
}
}
@include
mq
(
small
)
{
@include
mq
(
$to
:
small
)
{
.ui-dialog
:not
(
.ui-dialog-off-canvas
)
{
min-width
:
92%
;
max-width
:
92%
;
...
...
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