Skip to content

Commit

Permalink
fix(FormGroup): remove .position-relative (#1270)
Browse files Browse the repository at this point in the history
User should be responsible of adding that class

Resolves #1269
  • Loading branch information
iamandrewluca authored and TheSharpieOne committed Oct 24, 2018
1 parent 81da8c5 commit 01eb5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FormGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const FormGroup = (props) => {

const classes = mapToCssModules(classNames(
className,
'position-relative',
row ? 'row' : false,
check ? 'form-check' : 'form-group',
check && inline ? 'form-check-inline' : false,
Expand Down

0 comments on commit 01eb5f9

Please sign in to comment.