mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-17 05:16:08 +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
|
|
}
|