Don't use a spacer

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-24 13:39:39 +02:00
parent 410928745f
commit af22588682
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
2 changed files with 1 additions and 5 deletions

View File

@ -60,10 +60,7 @@ limitations under the License.
padding: 8px;
display: flex;
flex-direction: row;
> .mx_IncomingCallToast_spacer {
width: 8px;
}
gap: 12px;
> * {
flex-shrink: 0;

View File

@ -125,7 +125,6 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
>
{ _t("Decline") }
</AccessibleButton>
<div className="mx_IncomingCallToast_spacer" />
<AccessibleButton
className="mx_IncomingCallToast_accept"
onClick={this.onAnswerClick}