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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
bba98475
Commit
bba98475
authored
Nov 27, 2018
by
Fatih Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always prefer flash-text as display block
parent
d933731a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+5
-5
changelogs/unreleased/_acet-fix-flash-styling.yml
changelogs/unreleased/_acet-fix-flash-styling.yml
+5
-0
No files found.
app/assets/stylesheets/framework/flash.scss
View file @
bba98475
...
@@ -32,16 +32,16 @@
...
@@ -32,16 +32,16 @@
margin
:
0
;
margin
:
0
;
}
}
.flash-text
,
.flash-action
{
display
:
inline-block
;
}
.flash-alert
{
.flash-alert
{
@extend
.alert
;
@extend
.alert
;
background-color
:
$red-500
;
background-color
:
$red-500
;
margin
:
0
;
margin
:
0
;
.flash-text
,
.flash-action
{
display
:
inline-block
;
}
.flash-action
{
.flash-action
{
margin-left
:
5px
;
margin-left
:
5px
;
text-decoration
:
none
;
text-decoration
:
none
;
...
...
changelogs/unreleased/_acet-fix-flash-styling.yml
0 → 100644
View file @
bba98475
---
title
:
Fix flash notice styling for fluid layout
merge_request
:
23382
author
:
type
:
fixed
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