Skip to content

Commit

Permalink
Improved empty label css
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Nov 9, 2018
1 parent 056373a commit 53078cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/dropdown/Dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

.p-dropdown .p-dropdown-item-empty,
.p-dropdown .p-dropdown-label-empty {
text-indent: -9999px;
overflow: hidden;
visibility: hidden;
}

.p-dropdown.p-disabled .p-dropdown-trigger,
Expand Down

0 comments on commit 53078cf

Please sign in to comment.