Commit e0e813bd authored by Mike Greiling's avatar Mike Greiling

Merge branch '_acet-fix-flash-styling' into 'master'

Always prefer flash-text as display block

Closes #53920

See merge request gitlab-org/gitlab-ce!23382
parents eceb873c bba98475
......@@ -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;
......
---
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