Skip to content

Commit

Permalink
Fix the bad text margin when selected item text is very long
Browse files Browse the repository at this point in the history
  • Loading branch information
prudho committed Jul 23, 2018
1 parent 9fbe47b commit c1407c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,10 @@ select.ui.dropdown {
z-index: 3;
}

.ui.clearable.dropdown .text {
margin-right: 1.5em;
}

.ui.dropdown input[value=''] ~ .remove.icon,
.ui.dropdown input:not([value]) ~ .remove.icon,
.ui.dropdown.loading .remove.icon {
Expand Down

0 comments on commit c1407c3

Please sign in to comment.