Skip to content

Commit

Permalink
Merge pull request #148 from pulibrary/fix_long_descriptions
Browse files Browse the repository at this point in the history
Allow for long scrollable descriptions on cards
  • Loading branch information
escowles authored Nov 18, 2016
2 parents 33c1c29 + 8434ad3 commit f4ed7e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ li[dir=rtl] {
-webkit-column-gap: auto;
-moz-column-gap: auto;
}
.card-back .description {
max-height: 66%;
overflow: scroll;
}

0 comments on commit f4ed7e6

Please sign in to comment.