Small css adjustment to numeric filter type.
This commit is contained in:
parent
ce05ed5d54
commit
edc280e2cd
|
@ -214,6 +214,7 @@
|
||||||
|
|
||||||
.numeric-filter-container {
|
.numeric-filter-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 28px;
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -230,6 +231,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.b-numberinput.is-grouped {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue