Skip to content

Commit

Permalink
add space between inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoh committed Oct 25, 2017
1 parent b915751 commit 385f6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function ChartSettingInputGroup({ value: values, onChange }) {
const inputs = values.map((str, i) => (
<Input
key={i}
className="input block full"
className="input block full mb1"
value={str}
onBlurChange={(e) => {
const newStr = e.target.value.trim();
Expand Down

0 comments on commit 385f6c5

Please sign in to comment.