Commit bba98475 authored by Fatih Acet's avatar Fatih Acet

Always prefer flash-text as display block

parent d933731a
...@@ -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;
......
---
title: Fix flash notice styling for fluid layout
merge_request: 23382
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment