Skip to content

Commit

Permalink
Adding max width for form fields. #471.
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkshout-ci-bot committed Aug 28, 2024
1 parent afe161b commit 56fe0e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/custom/ts_wrin/sass/config/_06.forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ form.webform-submission-form {
display: flex;
height: 48px;
justify-content: center;
width: 100%;
max-width: 100%;
padding: 0 12px;
transition: all 0.3s ease-in;
Expand All @@ -147,6 +148,10 @@ form.webform-submission-form {
&.error {
border-color: #F00;
}

@include mq ($lg) {
width: auto;
}
}

.form-type-datetime input {
Expand Down

0 comments on commit 56fe0e2

Please sign in to comment.