Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing dropdown overlapping due to word wrapping #360

Merged
merged 1 commit into from
May 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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