diff --git a/github-wide.css b/github-wide.css index fab90ad..aa1cd32 100644 --- a/github-wide.css +++ b/github-wide.css @@ -16,6 +16,11 @@ padding-left: 30px !important; } +/* Don't mess with drop down menus */ +.dropdown-menu { + max-width: none !important; +} + /* Match the header to container padding */ .Header { padding-right: 30px !important;