mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
8 lines
102 B
SCSS
8 lines
102 B
SCSS
.select-compress-model {
|
|
width: 60%;
|
|
select {
|
|
max-width: 100%;
|
|
white-space: normal;
|
|
}
|
|
}
|