diff options
author | Surinna Curtis <ekiru.0@gmail.com> | 2017-07-01 16:38:21 -0500 |
---|---|---|
committer | Gô Shoemake <marrus-sh@users.noreply.github.com> | 2017-07-04 21:33:53 -0700 |
commit | b73ee36949222b7fab02a10b5185db4bd80d73c5 (patch) | |
tree | db3b46e9262fab4624ba79ccf63ba495c255d09e | |
parent | dd49c10cdb67fd7221cc48f9adeaa1d30ae36a6b (diff) |
Reduce advanced options dropdown width
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
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; |