Skip to content

Commit 799d5f7

Browse files
kmalyjuradamruzicka
authored andcommitted
Fixes #39086 - Update Table component to wrap table headers
1 parent b53a683 commit 799d5f7

File tree

1 file changed

+1
-0
lines changed
  • webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/Table

1 file changed

+1
-0
lines changed

webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/Table/Table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export const Table = ({
144144
{columnNamesKeys.map(k => (
145145
<Th
146146
key={k}
147+
modifier="wrap"
147148
sort={
148149
Object.values(columnsToSortParams).includes(k) &&
149150
pfSortParams(keysToColumnNames[k])

0 commit comments

Comments
 (0)