[CSS] Fixing note attachments padding, height and allowing their wrap when limited space is available
This commit is contained in:
parent
cb393ca554
commit
79d022e850
|
@ -195,13 +195,15 @@
|
|||
|
||||
.note-attachments {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.note-attachments-unit {
|
||||
border-radius: var(--s);
|
||||
display: flex;
|
||||
max-width: max-content;
|
||||
padding: var(--s);
|
||||
height: min-content;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.note-attachments-unit > figure figcaption {
|
||||
|
|
Loading…
Reference in New Issue
Block a user