Skip to content

Commit

Permalink
Makes form elements fill form width so they all match.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 23, 2025
1 parent 2c9a480 commit 046da8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
width: 335px;
}

.form-builder-page-content--form-info .form-element {
width: 100%;
}

.form-builder-content-section {
border-bottom: 1px solid var(--vads-color-base-light);
}
Expand Down

0 comments on commit 046da8c

Please sign in to comment.