mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.chat-composer-uploads {
|
|
.chat-composer-uploads-container {
|
|
.full-page-chat & {
|
|
flex-wrap: wrap;
|
|
row-gap: 0.5rem;
|
|
}
|
|
}
|
|
}
|