Make search inputs smaller
parent
ae1b40fed2
commit
d8d9b26c9b
|
@ -54,7 +54,7 @@ class DatabaseListItem extends PureComponent<Props, State> {
|
|||
<>
|
||||
<div className="flux-schema--filter">
|
||||
<input
|
||||
className="form-control input-sm"
|
||||
className="form-control input-xs"
|
||||
placeholder={`Filter within ${db}`}
|
||||
type="text"
|
||||
spellCheck={false}
|
||||
|
|
|
@ -73,7 +73,7 @@ export default class TagListItem extends PureComponent<Props, State> {
|
|||
>
|
||||
<div className="flux-schema--filter">
|
||||
<input
|
||||
className="form-control input-sm"
|
||||
className="form-control input-xs"
|
||||
placeholder={`Filter within ${tagKey}`}
|
||||
type="text"
|
||||
spellCheck={false}
|
||||
|
|
|
@ -51,7 +51,7 @@ class TagValueListItem extends PureComponent<Props, State> {
|
|||
{!!this.tags.length && (
|
||||
<div className="flux-schema--filter">
|
||||
<input
|
||||
className="form-control input-sm"
|
||||
className="form-control input-xs"
|
||||
placeholder={`Filter within ${value}`}
|
||||
type="text"
|
||||
spellCheck={false}
|
||||
|
|
Loading…
Reference in New Issue