Make search inputs smaller

pull/10616/head
Alex P 2018-06-06 14:42:40 -07:00
parent ae1b40fed2
commit d8d9b26c9b
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}