Skip to content

Commit 3f0b7ee

Browse files
committed
Fix styling for small mode icons
1 parent 7b8bd90 commit 3f0b7ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/components/viewers/RouteRow.js

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export const OperatorImg = styled.img`
4141
export const ModeIconElement = styled.span`
4242
height: 28px;
4343
width: 28px;
44+
padding-left: inherit;
45+
padding-top: 3px;
4446
`
4547

4648
const RouteNameElement = styled.span`

0 commit comments

Comments
 (0)