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
a682e082
Commit
a682e082
authored
Jun 27, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
531bafbc
ec5137f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/components/toast.scss
app/assets/stylesheets/components/toast.scss
+2
-2
No files found.
app/assets/stylesheets/components/toast.scss
View file @
a682e082
...
...
@@ -21,7 +21,7 @@
background-color
:
rgba
(
$gray-900
,
$toast-background-opacity
);
@include
media-breakpoint-down
(
xs
)
{
.action
:first-
child
{
.action
:first-
of-type
{
// Ensures actions buttons are right aligned on mobile
margin-left
:
auto
;
}
...
...
@@ -33,7 +33,7 @@
text-transform
:
none
;
font-size
:
$gl-font-size
;
&
:first-
child
{
&
:first-
of-type
{
padding-right
:
0
;
}
}
...
...
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