Skip to content

Commit

Permalink
avoid too long auto complete items
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 5, 2018
1 parent 62dcd61 commit 9b50d91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,13 @@ code.hljs {
}
}
.v-select-list {
.v-list__tile__content {
max-width: 500px;
}
}
.search--key {
margin-right: -3px;
}
Expand Down

0 comments on commit 9b50d91

Please sign in to comment.