diff --git a/stylesheets/components/CallingScreenSharingController.scss b/stylesheets/components/CallingScreenSharingController.scss index 63c300a1c..74acc890e 100644 --- a/stylesheets/components/CallingScreenSharingController.scss +++ b/stylesheets/components/CallingScreenSharingController.scss @@ -19,15 +19,13 @@ } &__button { - max-width: 120px; - overflow: hidden; - text-overflow: ellipsis; white-space: nowrap; } &__buttons { align-items: center; display: flex; + margin-left: 6px; -webkit-app-region: no-drag; }