project_pack
p31729568 5 years ago
parent 9fd471e6b1
commit da8ed2187a

@ -1016,6 +1016,10 @@ html>body #ajax-indicator { position: fixed; }
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: max-width .2s;
-moz-transition: max-width .2s; /* Firefox 4 */
-webkit-transition: max-width .2s; /* Safari 和 Chrome */
-o-transition: max-width .2s; /* Opera */
}
.project-package-item .item-head-tags {
display: -webkit-flex;

Loading…
Cancel
Save