From 4601482fbc495e80e80a7abb87146c251ed856b0 Mon Sep 17 00:00:00 2001 From: fbormann Date: Tue, 20 Sep 2016 23:46:10 -0300 Subject: [PATCH] refactored the missing .css, now the task is done #53 --- core/static/css/base/amadeus.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index ec0a9ca..5adf55f 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -1,7 +1,8 @@ /* HEADER */ -#notificationscroll{ +#notification-dropdown{ max-height: 500%; overflow: auto; + width: 200px; } /* HEADER */ -- libgit2 0.21.2