Skip to content

Commit a224735

Browse files
author
shleewhite
committed
fix: left aligned styles
1 parent b160b17 commit a224735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/src/styles/components/advanced-table.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ $hds-advanced-table-button-size: 24px; // the size of the buttons and dropdown t
163163
text-align: center;
164164

165165
.hds-advanced-table__th-content {
166-
flex-grow: 1;
167166
justify-content: center;
168167
}
169168
}
@@ -173,7 +172,6 @@ $hds-advanced-table-button-size: 24px; // the size of the buttons and dropdown t
173172
text-align: right;
174173

175174
.hds-advanced-table__th-content {
176-
flex-grow: 1;
177175
justify-content: flex-end;
178176
}
179177
}
@@ -263,6 +261,7 @@ $hds-advanced-table-button-size: 24px; // the size of the buttons and dropdown t
263261
// multi-select (isSelectable=true)
264262
.hds-advanced-table__th-content {
265263
display: flex;
264+
flex-grow: 1;
266265
flex-shrink: 1;
267266
gap: 8px;
268267
align-items: center;

0 commit comments

Comments
 (0)