Skip to content

Commit

Permalink
simplify search html/css
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 30, 2024
1 parent fe94f21 commit 5460792
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ui/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-ui-boilerplate",
"description": "UI boilerplate for websites/webapps using vanilla HTML/CSS/JavaScript, powered by Storybook, bundled by Parcel.",
"author": "basher",
"version": "3.1.9",
"version": "3.1.10",
"license": "ISC",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ webui-predictive-search {
}
}

.search__results {
[role='region'] {
margin-block-start: $gutter-m;
}

.grid {
@include responsive-grid-auto-columns($max-width: 10rem);
}
.grid {
@include responsive-grid-auto-columns($max-width: 10rem);
}

.search__result {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const WebUIPredictiveSearchHtml = () => `
</button>
</form>
<div
class="search__results ajax__container"
role="region"
aria-live="polite"
data-fetch-container="search-results"
Expand Down

0 comments on commit 5460792

Please sign in to comment.