Skip to content

Commit

Permalink
update storybook and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Nov 14, 2023
1 parent bdfa0f6 commit 83efc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/storybook/stories/va-search-input-uswds.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const Template = ({'button-text': buttonText, value, label, suggestions, uswds,
);

const defaultArgs = {
'button-text': undefined,
'button-text': 'Search',
'value': 'benefits',
'label': 'Search',
'label': 'Search VA.gov',
'suggestions': undefined,
'uswds': true,
'small': false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,10 @@
top: 52px;
}

.usa-button {
line-height: 0;
}

.usa-input {
max-width: 100%;
max-width: 1024px;
}

.usa-search [type=submit] {
width: 48px;
}

@media screen and (min-width: 480px) {
:host .usa-search [type=submit] {
width: auto;
Expand Down

0 comments on commit 83efc55

Please sign in to comment.