Skip to content

Commit

Permalink
Fix spacing dropdown on pattern header
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Jan 7, 2025
1 parent f5294ae commit f8fc89c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/components/viewers/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export const PatternContainer = styled.div`
background-color: inherit;
color: inherit;
display: flex;
gap: 16px;
justify-content: flex-start;
justify-content: space-between;
margin: 0;
padding: 8px;
Expand All @@ -48,7 +47,7 @@ export const PatternContainer = styled.div`
// Styling for SortResultsDropdown
& > span {
width: 85%;
width: 80%;
button#headsign-selector-label {
align-items: center;
Expand Down

0 comments on commit f8fc89c

Please sign in to comment.