Update style.less

Solve issue#1304
This commit is contained in:
BernieHuang2008 2022-06-11 21:09:09 +08:00 committed by GitHub
parent 59ef9b9287
commit b22c149478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,6 +256,9 @@ article[data-vim-selected].category-social {
.url_i2 { .url_i2 {
float: right; float: right;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
} }
} }
} }