mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
8 lines
139 B
SCSS
8 lines
139 B
SCSS
.intro {
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|