Skip to content

Commit

Permalink
Merge pull request #694 from sul-dlss/carousel-jump-fix
Browse files Browse the repository at this point in the history
Fix for carousel jump on play
  • Loading branch information
cbeer committed Jun 4, 2014
2 parents 3edb6b6 + 80f9ae9 commit b7c7563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/spotlight/_slideshow_block.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7c7563

Please sign in to comment.