Allow SearchBox to expand to fill width
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
46e01196f0
commit
eccd74cfc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue