Skip to content

Commit 01120a5

Browse files
authored
fix(theme): fix sidebar's caret alignment issue with long text (#2599)
1 parent 66189c3 commit 01120a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/client/theme-default/components/VPSidebarItem.vue

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ function onCaretClick() {
193193
color: var(--vp-c-text-3);
194194
cursor: pointer;
195195
transition: color 0.25s;
196+
flex-shrink: 0;
196197
}
197198
198199
.item:hover .caret {

0 commit comments

Comments
 (0)