Padding setting of link button & nesting structure of _AccessibleButton.scss (#8091)
This commit is contained in:
parent
1495c23a14
commit
86691550df
21 changed files with 148 additions and 160 deletions
|
@ -1166,9 +1166,11 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
|
|||
let showMore = null;
|
||||
if (hasMore) {
|
||||
showMore = (
|
||||
<AccessibleButton onClick={showMoreFn} kind="link">
|
||||
{ _t("Show more") }
|
||||
</AccessibleButton>
|
||||
<div className="mx_InviteDialog_section_showMore">
|
||||
<AccessibleButton onClick={showMoreFn} kind="link">
|
||||
{ _t("Show more") }
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue