fix: autoprefixer remove ellipsis @rex-zsd (#810)

This commit is contained in:
rex 2018-10-25 20:16:20 +08:00 committed by neverland
parent e0222246ae
commit aff7444c91

View File

@ -3,6 +3,7 @@
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: @lines;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
}