mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
81663a1531
commit
4eef05a980
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
||||||
|
|
||||||
.caption-description {
|
.caption-description {
|
||||||
color: var(--neutral-70);
|
color: var(--neutral-70);
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
@include line-clamp;
|
@include line-clamp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue