diff options
Diffstat (limited to 'web/sass-files')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 892d4d9df..5cac6ee6e 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -284,6 +284,10 @@ height: auto; } } + .popover.search-help-popover { + width: 262px; + margin: 34px 0 0 14px; + } .modal-direct-channels { .member-count { float: none; |