mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 22:33:55 +08:00
10 lines
120 B
SCSS
10 lines
120 B
SCSS
|
.modal-chat-thread-settings {
|
||
|
.modal-inner-container {
|
||
|
width: 98%;
|
||
|
}
|
||
|
|
||
|
&__title-input {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|