Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f12c208e
Commit
f12c208e
authored
Jul 11, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
97497116
9ed6e589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+7
-7
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
f12c208e
...
...
@@ -19,14 +19,14 @@
}
}
// leave enough space for the close icon
.modal-title
{
line-height
:
$gl-line-height-24
;
// leave enough space for the close icon
&
.mw-100
,
&
.w-100
{
// after upgrading to Bootstrap 4.2 we can use $modal-header-padding-x here
// https://github.com/twbs/bootstrap/pull/26976
margin-right
:
-28px
;
padding-right
:
28px
;
margin-right
:
-
$modal-header-padding-x
;
padding-right
:
$modal-header-padding-x
;
}
}
}
...
...
@@ -93,12 +93,12 @@ body.modal-open {
.modal-content
{
border-radius
:
$modal-border-radius
;
*
:first-child
{
>
:first-child
{
border-top-left-radius
:
$modal-border-radius
;
border-top-right-radius
:
$modal-border-radius
;
}
*
:last-child
{
>
:last-child
{
border-bottom-left-radius
:
$modal-border-radius
;
border-bottom-right-radius
:
$modal-border-radius
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment