Skip to content

Commit

Permalink
fix(dashboard): set min select width
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Feb 11, 2019
1 parent c92626d commit 06386bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dashboard/src/components/logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ class Logs extends Component<Props, State> {

return (
<div>
<div className={cls(css`width: 30%;`, "mb-1")}>
<div className={cls(css`
min-width: 12rem;
width: 30%;
`, "mb-1")}>
<Select
value={this.state.selectedService}
options={options}
Expand Down

0 comments on commit 06386bf

Please sign in to comment.