We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02dc2da + 5a6a0ac commit 9c5983dCopy full SHA for 9c5983d
4 files changed
app/component/summary-row.scss
@@ -36,7 +36,7 @@
36
}
37
38
.itinerary-duration-and-distance {
39
- width: 150px;
+ width: 4em;
40
margin-top: 7px;
41
42
@@ -59,7 +59,7 @@
59
text-align: right;
60
padding-right: 10px;
61
padding-left: 5px;
62
- width: 75px;
+ width: 3em;
63
64
65
.itinerary-first-leg-start-time {
@@ -77,15 +77,16 @@
77
78
.itinerary-end-time {
79
padding-left: 10px;
80
- width: 60px;
81
82
83
84
.itinerary-legs {
85
- width: 100%;
86
display: flex;
87
white-space: nowrap;
88
margin-top: 3px;
+ min-width: 0;
89
+ flex: 1 1 0;
90
91
.leg {
92
flex: 1 0 0;
@@ -211,7 +212,6 @@
211
212
213
padding-top: 0;
214
margin-top: 17px;
- flex-shrink: 2;
215
216
.line:after {
217
top: 10px;
test/visual-images/components/SummaryRow/active/normal/chrome50.png
76 Bytes
test/visual-images/components/SummaryRow/open/normal/chrome50.png
5 Bytes
test/visual-images/components/SummaryRow/passive/normal/chrome50.png
57 Bytes
0 commit comments