[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
This commit is contained in:
Saturnino Abril
2017-07-11 02:50:38 +08:00
committed by GitHub
parent 2bfd7be8d1
commit f1cf1b5f7a

View File

@@ -328,9 +328,4 @@
#videos.small {
position: relative;
}
.search__form {
margin-left: 5px;
width: calc(100% - 80px);
}
}