From 80f9ae9efa99106255d78059cac81cfff23f1667 Mon Sep 17 00:00:00 2001 From: Christopher Jesudurai Date: Wed, 4 Jun 2014 00:09:44 -0700 Subject: [PATCH] Fix for carousel jump on play --- app/assets/stylesheets/spotlight/_slideshow_block.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/spotlight/_slideshow_block.css.scss b/app/assets/stylesheets/spotlight/_slideshow_block.css.scss index bb46451b4..cdaa07b8f 100644 --- a/app/assets/stylesheets/spotlight/_slideshow_block.css.scss +++ b/app/assets/stylesheets/spotlight/_slideshow_block.css.scss @@ -63,8 +63,9 @@ $gray-dark: darkgray !default; font-size: 1em; opacity: 0.75; line-height: 1.6em; - max-height: 1.8em; + height: 1.8em; min-width: 200px; + overflow: hidden; padding: 0 10%; width: 100%; overflow: hidden;