Fix post title overflow

This commit is contained in:
Mimi 2025-03-30 12:37:45 +08:00
parent bd3961d350
commit 2791a406f1

View File

@ -33,7 +33,10 @@
.posts-expand .post-title-link { .posts-expand .post-title-link {
border-bottom: 0; border-bottom: 0;
color: var(--link-color); color: var(--link-color);
// Make underline position correct
display: inline-block; display: inline-block;
// Fix issue #736
max-width: 100%;
position: relative; position: relative;
&::before { &::before {