Skip to content

Commit c65a8b7

Browse files
ycmjasonulivz
authored andcommitted
fix: dropdown overlap due to word wrapping (close: #359) (#360)
1 parent 0c59ed5 commit c65a8b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/default-theme/DropdownLink.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default {
7777
font-size 0.9em
7878
a
7979
display block
80-
height 1.7rem
8180
line-height 1.7rem
8281
position relative
8382
border-bottom none
@@ -96,7 +95,7 @@ export default {
9695
border-top 3px solid transparent
9796
border-bottom 3px solid transparent
9897
position absolute
99-
top calc(50% - 2px)
98+
top calc(1rem - 2px)
10099
left 9px
101100
&:first-child h4
102101
margin-top 0
@@ -117,7 +116,6 @@ export default {
117116
padding-top 0
118117
h4, & > a
119118
font-size 15px
120-
height 2rem
121119
line-height 2rem
122120
.dropdown-subitem
123121
font-size 14px

0 commit comments

Comments
 (0)