about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorSurinna Curtis <ekiru.0@gmail.com>2017-07-01 16:38:21 -0500
committerGô Shoemake <marrus-sh@users.noreply.github.com>2017-07-04 21:33:53 -0700
commitb73ee36949222b7fab02a10b5185db4bd80d73c5 (patch)
treedb3b46e9262fab4624ba79ccf63ba495c255d09e /app
parentdd49c10cdb67fd7221cc48f9adeaa1d30ae36a6b (diff)
Reduce advanced options dropdown width
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
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;