mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix post title overflow
This commit is contained in:
parent
bd3961d350
commit
2791a406f1
@ -33,7 +33,10 @@
|
||||
.posts-expand .post-title-link {
|
||||
border-bottom: 0;
|
||||
color: var(--link-color);
|
||||
// Make underline position correct
|
||||
display: inline-block;
|
||||
// Fix issue #736
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user