mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
7 lines
116 B
SCSS
Vendored
7 lines
116 B
SCSS
Vendored
.common-auto-tip {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|