Remove globally defined flex and set just for group queries
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
3ec9d93cb0
commit
32f7e3552c
3 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_SearchBox {
|
||||
flex: 1 1 0 !important;
|
||||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
|
||||
&.mx_SearchBox_blurred:not(:hover) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue