[CSS] Hotfix: Figure captions do not overflow.

This commit is contained in:
Eliseu Amaro 2021-08-17 21:59:54 +01:00
parent 923ff309fe
commit 2448d83ace
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@
.note-attachments > figure {
display: flex;
flex-direction: column;
width: 100%;
margin: 0;
border-radius: var(--unit-size);
background-color: var(--translucent);