Skip to content

Commit 2a25421

Browse files
committed
Fix itinerary summary overflow by setting 'max-width: 385px' for '.summary-clickable-area'.
1 parent 3d3f8a3 commit 2a25421

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/component/itinerary/itinerary-summary.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,10 @@
654654
border-left-width: 8px;
655655
padding: 0 0 0 60px;
656656

657+
.summary-clickable-area {
658+
max-width: 385px;
659+
}
660+
657661
h3,
658662
h4 {
659663
margin-top: 10px;

0 commit comments

Comments
 (0)