From b73ee36949222b7fab02a10b5185db4bd80d73c5 Mon Sep 17 00:00:00 2001 From: Surinna Curtis Date: Sat, 1 Jul 2017 16:38:21 -0500 Subject: [PATCH] Reduce advanced options dropdown width --- app/javascript/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 4a1969afd..5fd7e29ef 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -2885,7 +2885,7 @@ button.icon-button.active i.fa-retweet { position: absolute; left: 0; top: 27px; - width: 230px; + width: 210px; background: $simple-background-color; border-radius: 0 4px 4px; z-index: 2;