From baff13926bc128ed2080ef12e766dbe5f62c0095 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Tue, 22 Jun 2021 15:08:19 -0400 Subject: [PATCH] Screen sharing controller localized text improvements --- stylesheets/components/CallingScreenSharingController.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }