Fix: align base card close button to the right always (#11861)
This commit is contained in:
parent
cda17d55b4
commit
a3f0633037
5 changed files with 29 additions and 21 deletions
|
@ -90,7 +90,7 @@ const BaseCard: React.FC<IProps> = forwardRef<HTMLDivElement, IProps>(
|
|||
<div className="mx_BaseCard_header">
|
||||
{backButton}
|
||||
{closeButton}
|
||||
{header}
|
||||
<div className="mx_BaseCard_headerProp">{header}</div>
|
||||
</div>
|
||||
)}
|
||||
{children}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue