We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c59ed5 commit c65a8b7Copy full SHA for c65a8b7
lib/default-theme/DropdownLink.vue
@@ -77,7 +77,6 @@ export default {
77
font-size 0.9em
78
a
79
display block
80
- height 1.7rem
81
line-height 1.7rem
82
position relative
83
border-bottom none
@@ -96,7 +95,7 @@ export default {
96
95
border-top 3px solid transparent
97
border-bottom 3px solid transparent
98
position absolute
99
- top calc(50% - 2px)
+ top calc(1rem - 2px)
100
left 9px
101
&:first-child h4
102
margin-top 0
@@ -117,7 +116,6 @@ export default {
117
116
padding-top 0
118
h4, & > a
119
font-size 15px
120
- height 2rem
121
line-height 2rem
122
.dropdown-subitem
123
font-size 14px
0 commit comments