Always prefer flash-text as display block

This commit is contained in:
Fatih Acet 2018-11-27 15:52:13 +01:00
parent d933731ae9
commit bba9847526
No known key found for this signature in database
GPG key ID: E994FE39E29B7E11
2 changed files with 10 additions and 5 deletions

View file

@ -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;

View file

@ -0,0 +1,5 @@
---
title: Fix flash notice styling for fluid layout
merge_request: 23382
author:
type: fixed