From 89731e9ef107fd633a20af2acfbe397d51312ac4 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 2 Dec 2015 09:56:40 -0500 Subject: Fixed suggestion list height in the edit post modal and RHS --- web/sass-files/sass/partials/_modal.scss | 8 ++++++++ web/sass-files/sass/partials/_sidebar--right.scss | 4 ++++ web/templates/channel.html | 10 +++++----- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 4a56bc6c7..01c9e136c 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -405,3 +405,11 @@ @include opacity(0.7); } } + +.modal-body.edit-modal-body { + overflow: visible; + + .suggestion-content { + max-height: 150px; + } +} 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 { diff --git a/web/templates/channel.html b/web/templates/channel.html index 7b8f6a243..8abbe36df 100644 --- a/web/templates/channel.html +++ b/web/templates/channel.html @@ -26,13 +26,13 @@ -- cgit v1.2.3-1-g7c22