Skip to content

Commit

Permalink
set default value to "column"
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanouplines authored May 11, 2024
1 parent 0211613 commit 6e26a93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scss/frontend/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -646,10 +646,10 @@ input[type="range"] {
}

.jet-form-builder__fields-group {
display: flex;
flex-direction: row;
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: .7em;
gap: .7em;
}

.jet-form-builder__field-wrap.checkradio-wrap span {
Expand Down Expand Up @@ -706,4 +706,4 @@ input[type="range"] {

.jet-fb-map-field {
width: 100%;
}
}

0 comments on commit 6e26a93

Please sign in to comment.