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:
authorKushal Pandya <kushal@gitlab.com>2017-04-07 15:48:58 +0300
committerKushal Pandya <kushal@gitlab.com>2017-04-07 15:48:58 +0300
commit6f15e89a6b83dcfef897dda414325b85090e2c40 (patch)
tree3b2d8d2fc6729410923571dffff05b715fedf7dd /app/assets/stylesheets/pages/projects.scss
parent72419f3a8b94874de059f3567980844c7aaa6336 (diff)
Show Flash message above Tags list
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 61b973e0aa9..717ebb44a23 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -782,6 +782,10 @@ pre.light-well {
width: 100%;
max-width: 300px;
}
+
+ .flash-container {
+ padding: 0;
+ }
}
.custom-notifications-form {