Skip to content

Commit 92c611f

Browse files
committed
Fixes issue with image sin extension description overhanging the page on mobile devices
1 parent 50b307e commit 92c611f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/prosilver/theme/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ a.download-button .vendor-version {
168168
position: relative;
169169
}
170170

171+
.contrib-description img {
172+
max-width: 100%;
173+
}
174+
171175
.contrib-description dt, h3.details-heading {
172176
color: #536482;
173177
font-family: Verdana, Helvetica, Arial, sans-serif;

0 commit comments

Comments
 (0)