summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--right.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-03 08:23:43 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-03 08:23:43 -0500
commite92695c4a4a027e428ad32b69583bee25a3ba24a (patch)
treef81fb936fff2a2e64c64d92b5181ae610574304b /web/sass-files/sass/partials/_sidebar--right.scss
parenteddd4e0fc49582cf7f484168f5e2c08b0ac89596 (diff)
parent482e3fc9a494a54df53d99b060a7cfa13b3d95c0 (diff)
downloadchat-e92695c4a4a027e428ad32b69583bee25a3ba24a.tar.gz
chat-e92695c4a4a027e428ad32b69583bee25a3ba24a.tar.bz2
chat-e92695c4a4a027e428ad32b69583bee25a3ba24a.zip
Merge pull request #1579 from hmhealey/plt1298
PLT-1298 Converted Command and @Mention autocomplete to new suggestion components
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 {