Re-add max-width rule to gallery preview images GitOrigin-RevId: 8335d3185075ed4049931c29c37cfa8bbb42ee53
@@ -90,6 +90,9 @@
.gallery-large-pdf-preview {
border: solid 1px @gray-lightest;
margin-top: @margin-lg;
+ img {
+ max-width: 100%;
+ }
}
/* Media Queries */