Skip to content

Commit

Permalink
fix(table): add a gap between column header component & title text
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh committed Sep 13, 2022
1 parent ed1dc09 commit 06a04f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/table/partial-styles/header-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: flex;
align-items: center;
margin-right: functions.pxToRem(20);
gap: 0.25rem;
}

.title-component-text {
Expand Down

0 comments on commit 06a04f8

Please sign in to comment.