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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user