Merge pull request #1166 from IceGiant/img-results-aspect-ratio

Preserve image aspect ratio in results
dependabot/pip/master/sphinx-6.1.3
Adam Tauber 6 years ago committed by GitHub
commit 2af16fe764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,12 +33,12 @@
// image formating of results
.result-images {
float: left !important;
height: 138px;
}
.img-thumbnail {
margin: 5px;
max-height: 128px;
min-height: 128px;
}
// video formating of results

Loading…
Cancel
Save