forked from GithubProxy/ChatGPT-Next-Web
8 lines
102 B
SCSS
8 lines
102 B
SCSS
.select-compress-model {
|
|
width: 60%;
|
|
select {
|
|
max-width: 100%;
|
|
white-space: normal;
|
|
}
|
|
}
|