Skip to content

Commit

Permalink
fix: style padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed May 5, 2023
1 parent 29028f6 commit 3131d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/extended/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
line-height: 1.6;
overflow: hidden;
/* show full summary in list */
display: inherit;
display: unset;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
4 changes: 2 additions & 2 deletions assets/css/extended/post-single.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.post-content code {
padding: inherit;
font-size: inherit;
padding: unset;
font-size: unset;
}

0 comments on commit 3131d4f

Please sign in to comment.