Skip to content

Commit

Permalink
Fixed alignment of distinct items
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Apr 21, 2016
1 parent 360c3ea commit 7093653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebComponents/QueryGrid/query-grid-column-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
vi-checkbox {
line-height: var(--theme-h3);
height: var(--theme-h3);
padding: 3px var(--theme-h5);
padding: 0 var(--theme-h5);

&:hover {
background-color: var(--vi-query-grid-column-filter-distinct-hover-color, --theme-color-faint);
Expand Down Expand Up @@ -219,7 +219,7 @@
display: inline-block;
line-height: var(--theme-h3);
height: var(--theme-h3);
padding: 3px var(--theme-h5);
padding: 0 var(--theme-h5);
box-sizing: border-box;

&:first-of-type ::content {
Expand Down

0 comments on commit 7093653

Please sign in to comment.