Skip to content

Commit 5ea6248

Browse files
author
Carlos Cañizares Estévez
committed
2 parents d1081df + 608179a commit 5ea6248

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<section class="esh-orders_detail-section">
2626
<article class="esh-orders_detail-titles row">
27-
<section class="esh-orders_detail-title col-xs-12">Shipig address</section>
27+
<section class="esh-orders_detail-title col-xs-12">Shiping address</section>
2828
</article>
2929

3030
<article class="esh-orders_detail-items row">

src/Web/WebSPA/eShopOnContainers.WebSPA/Client/modules/orders/orders-detail/orders-detail.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
&--border {
4444
border-bottom: $border-light solid $color-foreground-bright;
4545
padding: .5rem 0;
46+
47+
&:last-of-type {
48+
border-color: transparent;
49+
}
4650
}
4751
}
4852

0 commit comments

Comments
 (0)