Skip to content

Commit

Permalink
fix: table condensed checkbox (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
platon-rov committed Sep 29, 2021
1 parent f936bc7 commit c013b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/table.scss
Expand Up @@ -622,10 +622,8 @@ $block: #{$fd-namespace}-table;
height: $fd-table-condensed-cell-height;

&--checkbox {
position: relative;

.#{$block}__checkbox-label {
top: -0.25rem;
margin-top: -0.25rem;
position: absolute;
}
}
Expand Down

0 comments on commit c013b9f

Please sign in to comment.