app/assets/stylesheets/spotlight/_browse.scss in blacklight-spotlight-0.33.3 vs app/assets/stylesheets/spotlight/_browse.scss in blacklight-spotlight-0.34.0

- old
+ new

@@ -4,12 +4,20 @@ @function category-min-height($overlay-max-height) { @return $overlay-max-height + $image-overlay-bottom-margin; } .long-description-text { - column-width: 20em; - column-gap: 3em; margin: ($padding-base-vertical * 2) 0; + width: 40em; +} + +.very-long-description-text { + width: auto; + + @media (min-width: $screen-sm-max) { + column-gap: 3em; + column-width: 20em; + } } .browse-landing { text-align: center; // Placeholder for vertically alignment - might already be available from use in another feature