ChatGPT/src/view/LanguageModel/index.scss
2022-12-16 19:58:40 +08:00

12 lines
188 B
SCSS
Vendored

.chat-prompts-val {
display: inline-block;
width: 100%;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.add-btn {
margin-bottom: 20px;
}