Commit e310ac46 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'master' into 'master'

Add mb-2 class to global alerts

See merge request gitlab-org/gitlab!20081
parents 838765c5 e0237c72
......@@ -3,7 +3,7 @@
- flash.each do |key, value|
-# Don't show a flash message if the message is nil
- if value
%div{ class: "flash-#{key}" }
%div{ class: "flash-#{key} mb-2" }
%span= value
%div{ class: "close-icon-wrapper js-close-icon" }
= sprite_icon('close', size: 16, css_class: 'close-icon')
---
title: Add mb-2 class to global alerts
merge_request: 20081
author: 2knal
type: other
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