make details and subscribe buttons a bit wider

This commit is contained in:
Collin M. Barrett 2018-08-24 18:38:07 -05:00
parent 74773b046e
commit e770810fd4

View file

@ -156,7 +156,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
</button>}
</div>,
style: { textAlign: "center" },
width: 100
width: 105
},
{
Header: "Subscribe",
@ -164,7 +164,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
sortable: false,
Cell: (cell: any) => <SubscribeUrl url={cell.value} name={cell.row.name}/>,
style: { textAlign: "center" },
width: 100,
width: 105,
headerClassName: "d-none d-lg-block",
className: "d-none d-lg-block"
}