Skip to content

Commit

Permalink
fix: use smaller font size for table list and grid list group labels
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 10, 2021
1 parent ebf0604 commit 0d9a4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/default/scss/dropdowngrid/_layout.scss
Expand Up @@ -136,7 +136,7 @@
}
.k-grid-list > .k-item > .k-group-cell > span {
padding: 0 ($grid-cell-padding-x / 2);
font-size: .875em;
font-size: .75em;
position: absolute;
top: 0;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/default/scss/table/_layout.scss
Expand Up @@ -119,7 +119,7 @@

> span {
padding: 0 ( $table-cell-padding-x / 2 );
font-size: .875em;
font-size: .75em;
position: absolute;
top: 0;
right: 0;
Expand Down

0 comments on commit 0d9a4a3

Please sign in to comment.