Skip to content

Commit f3a77e5

Browse files
Merge pull request #3748 from ita-social-projects/bugfix/8576-eco-store-delivery-and-comment-to-the-order-blocks-are-misplaced-on-the-screen
fixed display of the order comment and delivery according to the mockup
2 parents 36bff63 + b87128c commit f3a77e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/ubs/ubs-user/components/ubs-user-order-details/ubs-user-order-details.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
font-family: var(--primary-font);
1515
grid-column: 1 / -1;
1616
}
17+
18+
.recipient {
19+
grid-column: 1 / -1;
20+
}
1721
}
1822

1923
.table_of_details {

0 commit comments

Comments
 (0)