summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--right.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-02 09:56:40 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-02 09:56:40 -0500
commit89731e9ef107fd633a20af2acfbe397d51312ac4 (patch)
tree6c7ee853c1515cc7c6a4aa6bf480884072f65405 /web/sass-files/sass/partials/_sidebar--right.scss
parent7308569375159134d0f8651cec94b3f9c706604a (diff)
downloadchat-89731e9ef107fd633a20af2acfbe397d51312ac4.tar.gz
chat-89731e9ef107fd633a20af2acfbe397d51312ac4.tar.bz2
chat-89731e9ef107fd633a20af2acfbe397d51312ac4.zip
Fixed suggestion list height in the edit post modal and RHS
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--right.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--right.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss
index 43162831d..735b2a99e 100644
--- a/web/sass-files/sass/partials/_sidebar--right.scss
+++ b/web/sass-files/sass/partials/_sidebar--right.scss
@@ -93,6 +93,10 @@
padding-bottom: 10px;
}
}
+
+ .suggestion-content {
+ max-height: 120px;
+ }
}
.sidebar-right-container {