diff --git a/src/_includes/header.html b/src/_includes/header.html index 5c2152c20..14bd3882e 100644 --- a/src/_includes/header.html +++ b/src/_includes/header.html @@ -9,23 +9,44 @@ - + + + + + + + + + - diff --git a/src/assets/scss/dashboard/_dropdown.scss b/src/assets/scss/dashboard/_dropdown.scss index 293a1ea06..e9928cf96 100644 --- a/src/assets/scss/dashboard/_dropdown.scss +++ b/src/assets/scss/dashboard/_dropdown.scss @@ -5,7 +5,7 @@ .dropdown-menu { box-shadow: $dropdown-box-shadow; min-width: 12rem; - max-width: 100%; + //max-width: 100%; } .dropdown-menu-arrow { @@ -47,7 +47,7 @@ } .dropdown-icon { - color: $text-muted-dark; + color: $text-muted; margin-right: .5rem; margin-left: -.5rem; width: 1em;