Themes/Legacy: Wrap attachments

This commit is contained in:
Adrian Moennich 2023-12-12 17:58:32 +01:00
parent 0c2157a32c
commit 6d09488243

View File

@ -118,4 +118,8 @@ div.main {
.speakerList {
color: green;
}
.attachments-display-container {
flex-wrap: wrap;
}
}