Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-06-22 00:10:24 +0300
committerwinniehell <git@winniehell.de>2016-07-01 00:53:22 +0300
commit2886ebfb135e00ce9cc77914155d5974e14fed18 (patch)
tree5255e66845c88ed053e8dd05087a8c450bec0c55 /app/views/layouts/_flash.html.haml
parent3041c43380ba6e5d8bbc029a9dcfecfdcf7bcf47 (diff)
Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854)
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r--app/views/layouts/_flash.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml
index cc8ea066cb9..3612f1ce5c6 100644
--- a/app/views/layouts/_flash.html.haml
+++ b/app/views/layouts/_flash.html.haml
@@ -1,4 +1,4 @@
-.flash-container
+.flash-container.flash-container-page
- if alert
.flash-alert
= alert