Skip to content

Commit ef34fd5

Browse files
committed
Fix table header
1 parent b929109 commit ef34fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/cps-ui-kit/src/lib/components/cps-table/cps-table.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $tbar-normal-height: 72px;
5555
display: flex;
5656
justify-content: space-between;
5757
align-items: center;
58-
padding: 0 10px;
58+
padding: 0 10px !important;
5959
border: unset;
6060
background: unset;
6161
border-top: 1px solid $table-borders-color;

0 commit comments

Comments
 (0)