From b177f9b0636e1e83ef4e7132c13cdef6eca3a592 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 30 Jul 2014 18:16:32 +0200
Subject: [PATCH] set max width for notifications so they won't overlap the
 whole header

---
 core/css/styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index c7bd2fcd43..5c1b46e0c0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -688,6 +688,7 @@ label.infield {
 }
 #notification, #update-notification {
 	margin: 0 auto;
+	max-width: 60%;
 	z-index: 101;
 	background-color: #fc4;
 	border: 0;
-- 
GitLab