Always prefer flash-text as display block
This commit is contained in:
parent
d933731ae9
commit
bba9847526
2 changed files with 10 additions and 5 deletions
|
@ -32,16 +32,16 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.flash-text,
|
||||
.flash-action {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.flash-alert {
|
||||
@extend .alert;
|
||||
background-color: $red-500;
|
||||
margin: 0;
|
||||
|
||||
.flash-text,
|
||||
.flash-action {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.flash-action {
|
||||
margin-left: 5px;
|
||||
text-decoration: none;
|
||||
|
|
5
changelogs/unreleased/_acet-fix-flash-styling.yml
Normal file
5
changelogs/unreleased/_acet-fix-flash-styling.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix flash notice styling for fluid layout
|
||||
merge_request: 23382
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue