Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Dec 5, 2023
1 parent 1c5df86 commit d4bd082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/components/viewers/RouteRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ export const ModeIconElement = styled.span`
const RouteDetailsContainer = styled.div`
align-items: center;
display: flex;
max-height: 180px;
min-height: 36px;
gap: 12px;
margin-left: 5px;
max-height: 180px;
min-height: 36px;
overflow: hidden;
`

Expand Down
2 changes: 1 addition & 1 deletion lib/components/viewers/viewers.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
gap: 10px;
}
.otp .route-viewer .header-text.route-expanded span {
height: 100%;
margin: 0;
padding: 0;
height: 100%;
}

/* stop viewer styles */
Expand Down

0 comments on commit d4bd082

Please sign in to comment.