From 007e9466415d4768b194de636c7e46a172b5ecde Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 6 May 2017 19:45:57 +0100 Subject: [PATCH] Autowidth nav dropdowns --- static/src/scss/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 4a7e64f..879943a 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -10,3 +10,7 @@ $fa-font-path: "../fonts"; .box .box { border-radius: 0; } + +.dropotron { + width: initial; +}