Skip to content

Commit

Permalink
Merge pull request #184 from opentripplanner/expandable-route-short-name
Browse files Browse the repository at this point in the history
fix(line-itin/itinerary.css): Allow long route short names.
  • Loading branch information
landonreed authored Jun 29, 2020
2 parents 7525efa + 265e166 commit e012824
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 3px;
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 e012824

Please sign in to comment.