Skip to content

Commit

Permalink
Merge pull request #136 from MITLibraries/gdt-174-ux-review
Browse files Browse the repository at this point in the history
Add padding to filter toggle button
  • Loading branch information
jazairi authored Mar 19, 2024
2 parents b0885ec + 99dec84 commit 44c86b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/partials/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ button#filter-toggle {
color: blue;
display: flex;
justify-content: start;
margin-bottom: 0.5em;
padding: 1rem;
width: 100%;
text-align: left;

Expand Down Expand Up @@ -148,6 +148,7 @@ button#filter-toggle {
}

&.expanded {
margin-bottom: 0.5rem;
.filter-toggle-name {
display: none;
}
Expand Down

0 comments on commit 44c86b5

Please sign in to comment.