From 2cf0b528f0ff2511dde9eca2552b7bef7609b5b4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 8 Feb 2019 12:46:18 +0100 Subject: [PATCH] Ensure the notification badge has plenty of space --- src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index 13cc57097..9821ae7d5 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -95,6 +95,10 @@ $table-border-color: transparent !default; max-width: 300px; } +.dropdown-menu { + min-width: 190px; +} + .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background-color: $brand-primary; color: white;