Skip to content

Commit

Permalink
fix: move position style to chechbox_cell class
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluepuper committed Oct 19, 2023
1 parent 86f852f commit ed41ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
}

&__cell {
position: relative;

box-sizing: content-box;
padding: 11px 10px;
border-bottom: 1px solid var(--g-color-line-generic);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#{variables.$block} {
&__checkbox_cell {
position: relative;
min-width: 17px;
}

Expand Down

0 comments on commit ed41ed8

Please sign in to comment.