mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix width of Subscribe column
This commit is contained in:
parent
ddf2a2d734
commit
5906af8454
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
dataIndex={nameof<List>("description")} />
|
||||
<Table.Column<List> title="Subscribe"
|
||||
dataIndex={nameof<List>("viewUrl")}
|
||||
width={123}
|
||||
fixed="right"
|
||||
render={(text: string, record: List, index: number) => <SubscribeButton key={index} viewUrl={text} viewUrlMirrors={record.viewUrlMirrors} name={record.name} />}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue