Small css adjustment to numeric filter type.
This commit is contained in:
parent
ce05ed5d54
commit
edc280e2cd
|
@ -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>
|
Loading…
Reference in New Issue