mirror of
https://github.com/lencx/ChatGPT.git
synced 2026-02-06 13:16:54 +00:00
12 lines
188 B
SCSS
Vendored
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;
|
|
} |