mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 09:23:39 +08:00
9 lines
160 B
SCSS
9 lines
160 B
SCSS
|
.chat-composer-uploads {
|
||
|
.chat-composer-uploads-container {
|
||
|
padding: 0.5rem 10px;
|
||
|
display: flex;
|
||
|
white-space: nowrap;
|
||
|
overflow-x: auto;
|
||
|
}
|
||
|
}
|