1
0
mirror of https://github.com/Yidadaa/ChatGPT-Next-Web.git synced 2025-11-06 10:06:10 +08:00
Files
ChatGPT-Next-Web/app/components/model-config.module.scss
2024-09-25 14:41:41 +08:00

8 lines
102 B
SCSS

.select-compress-model {
width: 60%;
select {
max-width: 100%;
white-space: normal;
}
}