mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm div-wrapper to chop long line from fixed-width button column
This commit is contained in:
parent
0dbcfd6987
commit
c17c4e7c0f
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
width={123}
|
||||
fixed="right"
|
||||
render={(text: string, record: List, index: number) =>
|
||||
<div>
|
||||
<SubscribeButton key={index} viewUrl={text} viewUrlMirrors={record.viewUrlMirrors} name={record.name} />
|
||||
</div>}
|
||||
<SubscribeButton key={index} viewUrl={text} viewUrlMirrors={record.viewUrlMirrors} name={record.name} />}
|
||||
/>
|
||||
</Table>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue