mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 00:43:40 +08:00
11 lines
180 B
SCSS
11 lines
180 B
SCSS
.chat-composer-uploads {
|
|
max-width: 100%;
|
|
|
|
.chat-composer-uploads-container {
|
|
padding: 0.5rem 1rem;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
}
|
|
}
|