Improve CallingScreenSharingController for long text

This commit is contained in:
Josh Perez
2021-06-17 14:41:16 -04:00
committed by GitHub
parent 65a1e82857
commit 93bc094342
3 changed files with 26 additions and 4 deletions

View File

@@ -24,7 +24,11 @@ export const CallingScreenSharingController = ({
{i18n('calling__presenting--info', [presentedSourceName])}
</div>
<div className="module-CallingScreenSharingController__buttons">
<Button onClick={onStopSharing} variant={ButtonVariant.Destructive}>
<Button
className="module-CallingScreenSharingController__button"
onClick={onStopSharing}
variant={ButtonVariant.Destructive}
>
{i18n('calling__presenting--stop')}
</Button>
<button