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
14728061
Commit
14728061
authored
Mar 07, 2019
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes split button styling in modal footers
parent
3781cbe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+4
-2
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
14728061
...
@@ -52,14 +52,16 @@
...
@@ -52,14 +52,16 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
.btn
+
.btn
{
.btn
+
.btn
:not
(
.dropdown-toggle-split
),
.btn
+
.btn-group
{
margin-left
:
$grid-size
;
margin-left
:
$grid-size
;
}
}
@include
media-breakpoint-down
(
xs
)
{
@include
media-breakpoint-down
(
xs
)
{
flex-direction
:
column
;
flex-direction
:
column
;
.btn
+
.btn
{
.btn
+
.btn
:not
(
.dropdown-toggle-split
),
.btn
+
.btn-group
{
margin-left
:
0
;
margin-left
:
0
;
margin-top
:
$grid-size
;
margin-top
:
$grid-size
;
}
}
...
...
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