Skip to content

Commit

Permalink
fix: add min-height for empty label
Browse files Browse the repository at this point in the history
see the issue for details

Refs #125
  • Loading branch information
Ernest committed Mar 21, 2021
1 parent d908a89 commit faa7d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
list-style-type: none;
padding: 4px;
cursor: pointer;
min-height: 1rem;
}

.vue-dropdown-item:last-child {
Expand Down

0 comments on commit faa7d90

Please sign in to comment.