Skip to content

Commit

Permalink
Merge pull request openshift#2100 from rhamilto/metrics-inputs
Browse files Browse the repository at this point in the history
Migrate Metrics query editor 'form-control' to 'pf-c-form-control'
  • Loading branch information
openshift-merge-robot authored Jul 21, 2019
2 parents 0caff9e + 83fc681 commit b439695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/public/components/monitoring/_monitoring.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: 0;
position: absolute;
right: 4px;
top: 0;
top: 2px;
}

.query-browser__dropdown--subtitle {
Expand Down Expand Up @@ -72,6 +72,7 @@
}

.query-browser__query {
line-height: 1;
margin-left: 10px;
margin-right: 15px;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/components/monitoring/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const QueryInput: React.FC<QueryInputProps> = ({metrics = [], onBlur, onSubmit,
return <div className="query-browser__query pf-c-dropdown">
<textarea
autoFocus
className="form-control query-browser__query-input"
className="pf-c-form-control query-browser__query-input"
onBlur={onTextareaBlur}
onChange={onChange}
onKeyDown={onKeyDown}
Expand Down

0 comments on commit b439695

Please sign in to comment.