Skip to content

Commit

Permalink
fix(module:select): fix select style in inline form (#362)
Browse files Browse the repository at this point in the history
close #306
  • Loading branch information
vthinkxie committed Sep 22, 2017
1 parent d3540cd commit ae06649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/form/style/patch.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
nz-input {
width: 100%;
}
nz-select.ant-select {
display: inline-block;
}
}
}

0 comments on commit ae06649

Please sign in to comment.