From f1cf1b5f7a3b4eba032dd673899a3c1ca7e57ef0 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 11 Jul 2017 02:50:38 +0800 Subject: [PATCH] [PLT-7001] Fix extra whitespace between search bar and "@" icon in channel header after expanding the right-hand side (#6891) * fix extra whitespace between search bar and "@" icon in channel header after expanding the right-hand side * remove .search__form class --- webapp/sass/components/_webrtc.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/sass/components/_webrtc.scss b/webapp/sass/components/_webrtc.scss index 839f9c8c1a..05ef408e2f 100644 --- a/webapp/sass/components/_webrtc.scss +++ b/webapp/sass/components/_webrtc.scss @@ -328,9 +328,4 @@ #videos.small { position: relative; } - - .search__form { - margin-left: 5px; - width: calc(100% - 80px); - } }