summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_popover.scss')
-rw-r--r--webapp/sass/components/_popover.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 31ef83d6a..1f5ed7248 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -94,10 +94,13 @@
.search-help-popover {
font-size: em(13px);
- margin-top: 17px !important;
max-width: 300px;
width: 100%;
+ &:not(.autocomplete) {
+ margin-top: 17px !important;
+ }
+
&.autocomplete {
display: block;