diff options
| -rw-r--r-- | app/assets/stylesheets/framework/jquery.scss | 2 | ||||
| -rw-r--r-- | app/assets/stylesheets/pages/search.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/jquery.scss b/app/assets/stylesheets/framework/jquery.scss index eb3fbd9155b..e07d378587a 100644 --- a/app/assets/stylesheets/framework/jquery.scss +++ b/app/assets/stylesheets/framework/jquery.scss @@ -23,7 +23,7 @@ z-index: 1001; width: 240px; margin-bottom: 0; - padding: 10px 10px; + padding: 10px; font-size: 14px; font-weight: normal; background-color: $dropdown-bg; diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 50505e9cf8c..4c3c4b2ee63 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -31,7 +31,7 @@ margin: 0; padding: 4px; width: $search-input-width; - line-height: 24px; + line-height: 24px; } .location-text { |
