mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 17:53:41 +08:00
10 lines
137 B
SCSS
10 lines
137 B
SCSS
|
.chat-thread-settings-modal-modal {
|
||
|
.modal-inner-container {
|
||
|
width: 98%;
|
||
|
|
||
|
.thread-title-input {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|