Allow SearchBox to expand to fill width

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2020-11-09 20:12:28 -06:00
parent 46e01196f0
commit eccd74cfc9
+1 -1
View File
@@ -15,7 +15,7 @@ limitations under the License.
*/ */
.mx_SearchBox { .mx_SearchBox {
flex: 1 1 0; flex: 1 1 0 !important;
min-width: 0; min-width: 0;
&.mx_SearchBox_blurred:not(:hover) { &.mx_SearchBox_blurred:not(:hover) {