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

fix routing tab header position #765

Merged
merged 3 commits into from
Sep 16, 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: 2 additions & 2 deletions src/devtools/components/GroupDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
display flex
align-items center
padding 0 14px
height 48px
height 100%
cursor pointer
& /deep/ svg
fill #2c3e50
Expand All @@ -117,7 +117,7 @@ export default {
position absolute
background white
left 0
top 48px
top 100%
width 100%
box-shadow 0 3px 6px rgba(0,0,0,0.15)
border-bottom-left-radius 3px
Expand Down