Pin Message Modal: Fix buttons layout (#2415)
This commit is contained in:
parent
a7a716f161
commit
5b225c0fa7
@ -82,6 +82,7 @@ const PinMessageModal: FC<OwnProps & StateProps> = ({
|
||||
title={lang('PinMessageAlertTitle')}
|
||||
>
|
||||
<p>{renderMessage()}</p>
|
||||
<div className="dialog-buttons-column">
|
||||
<Button className="confirm-dialog-button" isText onClick={handlePinMessage}>
|
||||
{lang('DialogPin')}
|
||||
</Button>
|
||||
@ -93,6 +94,7 @@ const PinMessageModal: FC<OwnProps & StateProps> = ({
|
||||
</Button>
|
||||
)}
|
||||
<Button className="confirm-dialog-button" isText onClick={onClose}>{lang('Cancel')}</Button>
|
||||
</div>
|
||||
</Modal>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user