diff --git a/src/components/Table/Table.scss b/src/components/Table/Table.scss index ea6ad66de0..451c0f5b1f 100644 --- a/src/components/Table/Table.scss +++ b/src/components/Table/Table.scss @@ -50,8 +50,6 @@ } &__cell { - position: relative; - box-sizing: content-box; padding: 11px 10px; border-bottom: 1px solid var(--g-color-line-generic); diff --git a/src/components/Table/hoc/withTableSelection/withTableSelection.scss b/src/components/Table/hoc/withTableSelection/withTableSelection.scss index 6a63f11d34..e89d642cf6 100644 --- a/src/components/Table/hoc/withTableSelection/withTableSelection.scss +++ b/src/components/Table/hoc/withTableSelection/withTableSelection.scss @@ -2,6 +2,7 @@ #{variables.$block} { &__checkbox_cell { + position: relative; min-width: 17px; }