1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix(typography): long string for update-list is not truncated (#1050)

Resolves #1049
This commit is contained in:
Cotes Chung
2023-05-19 01:50:45 +08:00
committed by GitHub
parent eb40f51c84
commit a51d31c55a
2 changed files with 3 additions and 15 deletions

View File

@@ -255,16 +255,6 @@ i {
}
#access-lastmod {
li {
height: 1.8rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
list-style: none;
}
a {
&:hover {
@extend %link-hover;