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:
Jessica Lawshe 2024-10-23 10:06:44 -05:00 committed by Copybot
parent 91d011e1f2
commit 4a10779064

View file

@ -136,12 +136,14 @@
@extend .link-black-text;
display: inline-block;
width: 100%;
}
.thumbnail,
.thumbnail-tag {
width: 100%;
margin: 0 0 var(--spacing-08) 0;
display: inline-block;
}
.thumbnail {