mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3086 from overleaf/sk-double-fix-v2-template-style
Re-add max-width rule to gallery preview images GitOrigin-RevId: 8335d3185075ed4049931c29c37cfa8bbb42ee53
This commit is contained in:
parent
6b5b933f8d
commit
3790dd5863
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@
|
|||
.gallery-large-pdf-preview {
|
||||
border: solid 1px @gray-lightest;
|
||||
margin-top: @margin-lg;
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
|
Loading…
Reference in a new issue