mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
make details and subscribe buttons a bit wider
This commit is contained in:
parent
74773b046e
commit
e770810fd4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue