Small css adjustment to numeric filter type.

This commit is contained in:
Mateus Machado Luna 2019-06-03 11:21:00 -03:00
parent ce05ed5d54
commit edc280e2cd
1 changed files with 5 additions and 0 deletions

View File

@ -214,6 +214,7 @@
.numeric-filter-container {
display: flex;
height: 28px;
.dropdown {
width: auto;
@ -230,6 +231,10 @@
}
}
}
.b-numberinput.is-grouped {
flex-grow: 1;
}
}
</style>