Skip to content

Commit

Permalink
fix: Updated CSS so long route names display correctly in travel upda…
Browse files Browse the repository at this point in the history
…tes widget (#830)

Co-authored-by: Catia Costa <34938764+catiarodriguescosta@users.noreply.github.com>
Co-authored-by: Gil <43111519+gldgrnt@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 8, 2021
1 parent 4733689 commit 4d27fd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wmnds/patterns/travel-updates/_travel-updates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,23 @@
}

.wmnds-travel-update__disruption-indicator-btn {
display: inline-block;
display: inline-flex;
margin-right: $size-md;
padding: 0;
border: 0;
background: none;
flex-direction: column;

.wmnds-disruption-indicator-medium {
margin: 0;
}
}

.wmnds-travel-update__disruption-text {
display: inline-flex;
text-align: left;
flex-direction: column;
flex: 1;

strong {
display: block;
Expand Down

0 comments on commit 4d27fd4

Please sign in to comment.