4 lines
66 B
CSS
4 lines
66 B
CSS
.attachment-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|