Skip to content

Commit

Permalink
fix(line-itin/itinerary.css): Allow long route short names.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Jun 29, 2020
1 parent e04aac7 commit ed5fb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/narrative/line-itin/itinerary.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@
.otp .line-itin .leg-body .route-short-name {
display: inline-block;
background-color: #0f6aac;
padding-top: 1px;
padding: 2px;
color: white;
font-weight: 500;
font-size: 14px;
margin-right: 6px;
text-align: center;
width: 24px;
min-width: 24px;
height: 24px;
border-radius: 12px;
border: 1px solid white;
Expand Down

0 comments on commit ed5fb36

Please sign in to comment.