File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/components/src/styles/components Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments