mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
shrink Details button size to save space
This commit is contained in:
parent
75fc66b464
commit
61473889c0
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
|
|||
</button>}
|
||||
</div>,
|
||||
style: { textAlign: "center" },
|
||||
width: 105
|
||||
width: 85
|
||||
}
|
||||
]}
|
||||
SubComponent={(row: any) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue