mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +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;
|
|
} |