Don't use a spacer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
410928745f
commit
af22588682
2 changed files with 1 additions and 5 deletions
|
@ -60,10 +60,7 @@ limitations under the License.
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
gap: 12px;
|
||||||
> .mx_IncomingCallToast_spacer {
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
|
@ -125,7 +125,6 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
|
||||||
>
|
>
|
||||||
{ _t("Decline") }
|
{ _t("Decline") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
<div className="mx_IncomingCallToast_spacer" />
|
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
className="mx_IncomingCallToast_accept"
|
className="mx_IncomingCallToast_accept"
|
||||||
onClick={this.onAnswerClick}
|
onClick={this.onAnswerClick}
|
||||||
|
|
Loading…
Reference in a new issue