Skip to content

Commit

Permalink
fix multiselect labels
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Mar 29, 2018
1 parent 5f42291 commit 487035b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/themes/default.theme.scss
Expand Up @@ -76,7 +76,7 @@ $color-selected: #f5faff;
background-color: #f9f9f9;
border: 1px solid #e3e3e3;
.ng-value-label {
padding: 2px 5px;
padding: 0px 5px;
}
}
}
Expand All @@ -96,10 +96,12 @@ $color-selected: #f5faff;
border: 1px solid #e3e3e3;
}
.ng-value-label {
padding: 2px 5px 2px 1px;
display: inline-block;
padding: 0px 5px 0px 1px;
}
.ng-value-icon {
padding: 3px 5px;
display: inline-block;
padding: 0px 5px;
&:hover {
background-color: #d8eafd;
}
Expand Down

0 comments on commit 487035b

Please sign in to comment.