Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 77963da

Browse files
committed
fix: form-group width
1 parent 8c490af commit 77963da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/themes/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $input-error-color: #dc3545 !default;
5252

5353
.form-group {
5454
display: flex;
55-
flex-direction: column;
55+
width: 100%;
5656
margin-bottom: 1rem;
5757

5858
& > div {

0 commit comments

Comments
 (0)