Skip to content

Commit

Permalink
allows forms with usa-form class to display full width in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
shkeating committed Dec 15, 2021
1 parent 4b43561 commit 5c23345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/storybook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
padding-top: 5px;
height: 100vh;
.officeApp {
.usa-form {
min-width: 100%;
}
@media (max-width: 840px) {
min-width: 600px;
overflow-x: scroll;
Expand Down

0 comments on commit 5c23345

Please sign in to comment.