Skip to content

Commit

Permalink
Merge pull request #537 from KPMP/KPMP-5605_adjust_col_width
Browse files Browse the repository at this point in the history
KPMP-5605: adjust column width on home page
  • Loading branch information
rlreamy authored Oct 8, 2024
2 parents 5fa6c5a + 02152db commit e2a26f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/AvailableDatasetsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AvailableDatasetsTable extends Component {
getColumnExtensions() {

return [
{ columnName: 'omicsType', width: 265},
{ columnName: 'omicsType', width: 285},
{ columnName: 'akiCount', width: 'auto', align: 'center'},
{ columnName: 'hrtCount', width: 'auto', align: 'center'},
{ columnName: 'ckdCount', width: 'auto', align: 'center'},
Expand Down

0 comments on commit e2a26f0

Please sign in to comment.