Skip to content

Commit

Permalink
fix: dropdown overlap due to word wrapping (close: #359) (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason authored and ulivz committed May 8, 2018
1 parent 0c59ed5 commit c65a8b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/default-theme/DropdownLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default {
font-size 0.9em
a
display block
height 1.7rem
line-height 1.7rem
position relative
border-bottom none
Expand All @@ -96,7 +95,7 @@ export default {
border-top 3px solid transparent
border-bottom 3px solid transparent
position absolute
top calc(50% - 2px)
top calc(1rem - 2px)
left 9px
&:first-child h4
margin-top 0
Expand All @@ -117,7 +116,6 @@ export default {
padding-top 0
h4, & > a
font-size 15px
height 2rem
line-height 2rem
.dropdown-subitem
font-size 14px
Expand Down

0 comments on commit c65a8b7

Please sign in to comment.