From 033f6870fc6ca508b84e6fcd1261fa9533cdcde1 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 15 Sep 2019 15:16:29 +0100 Subject: [PATCH] Don't mess with drop down menus. This is specially important on the new Github Actions --- github-wide.css | 5 +++++ 1 file changed, 5 insertions(+) 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;