Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov Zhmurov committed Mar 29, 2024
2 parents acc52fc + 9721493 commit d71d9c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions uui/components/tables/DataTableHeaderCell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
&.size-#{$size} {
height: #{$size}px;

@include scalable-icon-size($size);
// icons always 18 by design
@include scalable-icon-size(36);

~ :global(.config-icon) {
@include scalable-icon-size($size);
// icons always 18 by design
@include scalable-icon-size(36);
}
}
}
Expand Down

0 comments on commit d71d9c8

Please sign in to comment.