Allow SearchBox to expand to fill width
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/21833/head
parent
46e01196f0
commit
eccd74cfc9
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue