Skip to content

Commit

Permalink
fix(ui): silence browser controls should switch from row to columns o…
Browse files Browse the repository at this point in the history
…n small screen
  • Loading branch information
prymitive committed Oct 27, 2019
1 parent f2183a9 commit 714d003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/Components/SilenceModal/Browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const Browser = observer(
return (
<React.Fragment>
<div
className="d-flex justify-content-between mb-3"
className="d-flex flex-fill flex-lg-row flex-column justify-content-between mb-3"
data-refresh={settingsStore.fetchConfig.config.interval}
>
<span className="custom-control custom-switch my-auto flex-grow-0 flex-shrink-0">
Expand All @@ -186,7 +186,7 @@ const Browser = observer(
</span>
<input
type="text"
className="form-control flex-grow-1 flex-shrink-1 mx-3"
className="form-control flex-grow-1 flex-shrink-1 mx-lg-3 mx-0 my-lg-0 my-2"
placeholder="Search query"
value={this.dataSource.searchTerm}
autoComplete="off"
Expand Down

0 comments on commit 714d003

Please sign in to comment.