Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

wrap table cell #558

Merged
merged 3 commits into from
Sep 19, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/changeLog/ChangeLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const tableColumns = [
<DataDisplay
style={{ marginTop: 8 }}
noTitleBar
cellStyles = {{overflow: 'wrap', maxWidth: 300}}
variant="secondary"
columns={tableColumns}
data={searchedTableRows}
Expand Down