summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-24 16:15:45 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-24 16:15:45 +0200
commitfe104386b16a73cbac1588aa5cce8319c6355ee9 (patch)
treefff944a37ab1e301814213085460fc162dce7879
parent63be16008e28e4bf728cf94550c6dabc8b146aaa (diff)
downloadgitlab-ce-fe104386b16a73cbac1588aa5cce8319c6355ee9.tar.gz
Fix layout if broadcast message enabled
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/layouts/_broadcast.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/_broadcast.html.haml b/app/views/layouts/_broadcast.html.haml
index e7d477c225e..e589e34dd23 100644
--- a/app/views/layouts/_broadcast.html.haml
+++ b/app/views/layouts/_broadcast.html.haml
@@ -2,3 +2,7 @@
.broadcast-message{ style: broadcast_styling(broadcast_message) }
%i.fa.fa-bullhorn
= broadcast_message.message
+ :css
+ .sidebar-wrapper .nav-sidebar {
+ margin-top: 58px;
+ }