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:23 -06:00
parent 46e01196f0
commit eccd74cfc9
No known key found for this signature in database
GPG Key ID: 37419210002890EF

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
.mx_SearchBox {
flex: 1 1 0;
flex: 1 1 0 !important;
min-width: 0;
&.mx_SearchBox_blurred:not(:hover) {