mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21311 from overleaf/jel-gallery-images
[web] Fix gallery placeholder not expanding full width while images download GitOrigin-RevId: 5a943799d87bff967bd635b4dc98158d44569d9c
This commit is contained in:
parent
91d011e1f2
commit
4a10779064
1 changed files with 2 additions and 0 deletions
|
@ -136,12 +136,14 @@
|
||||||
@extend .link-black-text;
|
@extend .link-black-text;
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail,
|
.thumbnail,
|
||||||
.thumbnail-tag {
|
.thumbnail-tag {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 0 var(--spacing-08) 0;
|
margin: 0 0 var(--spacing-08) 0;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
|
|
Loading…
Reference in a new issue