mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-03 01:58:17 +00:00
7 lines
117 B
SCSS
Vendored
7 lines
117 B
SCSS
Vendored
.auto-tip-content {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|