forked from GNUsocial/gnu-social
[CSS] Hotfix: Figure captions do not overflow.
This commit is contained in:
parent
923ff309fe
commit
2448d83ace
@ -228,6 +228,7 @@
|
|||||||
.note-attachments > figure {
|
.note-attachments > figure {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: var(--unit-size);
|
border-radius: var(--unit-size);
|
||||||
background-color: var(--translucent);
|
background-color: var(--translucent);
|
||||||
|
Loading…
Reference in New Issue
Block a user