Skip to content

Commit 48de9f0

Browse files
move the logic from home.css to extra.css
Signed-off-by: codeEvolveZenith345 <suntiwari3495@gmail.com>
1 parent fbaa917 commit 48de9f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,11 @@ a.md-header__button.md-logo img {
671671
.pipe {
672672
display: none;
673673
}
674+
}
675+
676+
.md-search-result .md-typeset {
677+
display: -webkit-box;
678+
-webkit-line-clamp: 3;
679+
-webkit-box-orient: vertical;
680+
overflow: hidden;
674681
}

0 commit comments

Comments
 (0)