Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin-3488050
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-3488050
Commits
4b19b9ba
Commit
4b19b9ba
authored
1 year ago
by
Volker Killesreiter
Browse files
Options
Downloads
Patches
Plain Diff
add padding
parent
9abb2b29
No related branches found
Tags
previous/3346754-fix-dialog-content/2023-03-12
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/components/dialog.css
+1
-2
1 addition, 2 deletions
dist/css/components/dialog.css
styles/components/dialog.scss
+1
-2
1 addition, 2 deletions
styles/components/dialog.scss
with
2 additions
and
4 deletions
dist/css/components/dialog.css
+
1
−
2
View file @
4b19b9ba
...
...
@@ -158,8 +158,7 @@
}
.ui-dialog
.ui-widget-content.ui-dialog-content
{
padding-left
:
var
(
--gin-spacing-l
);
padding-right
:
var
(
--gin-spacing-l
);
padding
:
var
(
--gin-spacing-l
);
background
:
var
(
--gin-bg-layer
);
}
...
...
This diff is collapsed.
Click to expand it.
styles/components/dialog.scss
+
1
−
2
View file @
4b19b9ba
...
...
@@ -68,6 +68,7 @@
.ui-dialog-content
{
color
:
var
(
--
gin-color-text
);
padding
:
var
(
--
gin-spacing-l
);
}
.ui-widget-content.ui-dialog-buttonpane
{
...
...
@@ -129,8 +130,6 @@
}
.ui-widget-content.ui-dialog-content
{
padding-left
:
var
(
--
gin-spacing-l
);
padding-right
:
var
(
--
gin-spacing-l
);
background
:
var
(
--
gin-bg-layer
);
}
}
...
...
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