diff options
author | Visay Keo <keo@visay.info> | 2015-01-26 12:12:16 +0700 |
---|---|---|
committer | Visay Keo <keo@visay.info> | 2015-01-28 07:24:05 +0700 |
commit | 35d6d1ce4669d1f3850862f3c144abaaf5b841d3 (patch) | |
tree | 169a7e5b8b2e8df8b0060800f5cd73e8b65186a1 /CHANGELOG | |
parent | 8cc111bd038e4c4d67b835de4a1996c04c6674d6 (diff) | |
download | gitlab-ce-35d6d1ce4669d1f3850862f3c144abaaf5b841d3.tar.gz |
Fix broadcast message to show up properly with new UI
With the new UI, the broadcast message is the first level child element
of the body tag and then render full width without respecting the width
of the left sidebar. This makes the message goes under the left sidebar
in smaller screen.
This commit fixes the issue by moving the message element into the
"page-with-sidebar" div so it will always render together with the main
content area with same look as before. The rendering for the search,
login and other view without left sidebar remains untouched.
Releases: master, 7-7-stable
Fixes: #1019
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index b05f0e760b8..999b21f758a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,7 +33,7 @@ v 7.8.0 - - - - - + - Fix long broadcast message cut-off on left sidebar (Visay Keo) - Add Project Avatars (Steven Thonus and Hannes Rosenögger) - - |