[CSS] Hotfix: Figure captions do not overflow.

This commit is contained in:
Eliseu Amaro 2021-08-17 21:59:54 +01:00 committed by Hugo Sales
parent 41b42407cd
commit ca71e57593
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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);