Ensure the notification badge has plenty of space

This commit is contained in:
Johannes Zellner
2019-02-08 12:46:18 +01:00
parent 6a95d481f0
commit 2cf0b528f0

View File

@@ -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;