Skip to content

Commit

Permalink
fix: expand repository table width to accomidate long repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 15, 2020
1 parent b8fb248 commit ad9eada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerdlets/maintainer-dashboard/components/dashboardData.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class DashboardData extends React.Component {
<Table
compact
items={this.props.scanRepos}
style={{ width: '25em', height: '20em' }}
style={{ width: '35em', height: '20em' }}
>
<TableHeader>
<TableHeaderCell value={({ item }) => item}>
Expand Down

0 comments on commit ad9eada

Please sign in to comment.