Skip to content

Commit 01eb5f9

Browse files
Andrew LucaTheSharpieOne
authored andcommitted
fix(FormGroup): remove .position-relative (#1270)
User should be responsible of adding that class Resolves #1269
1 parent 81da8c5 commit 01eb5f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FormGroup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const FormGroup = (props) => {
3232

3333
const classes = mapToCssModules(classNames(
3434
className,
35-
'position-relative',
3635
row ? 'row' : false,
3736
check ? 'form-check' : 'form-group',
3837
check && inline ? 'form-check-inline' : false,

0 commit comments

Comments
 (0)