Merge pull request #21291 from overleaf/mf-change-caption-description-html-element

[web] Change gallery caption-description html element from div to p

GitOrigin-RevId: e9d5b699c0ada270a775223126d8c90cdc5992af
This commit is contained in:
Jessica Lawshe 2024-10-24 09:26:51 -05:00 committed by Copybot
parent 81663a1531
commit 4eef05a980

View file

@ -163,6 +163,7 @@
.caption-description {
color: var(--neutral-70);
margin-bottom: 0;
@include line-clamp;
}