Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 7f20a66

Browse files
ux(#8): a bit of spacing
1 parent a98bb68 commit 7f20a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/core/item-summary/item-summary.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div *ngIf="item != null">
22
<!-- Item shared rooms -->
33
<div class="row" *ngIf="isItemShare()">
4-
<div class="col-md-12">
4+
<div class="col-md-12 mb-2">
55
<h1>
66
<span *ngIf="item.attributes.sharedRooms > 1">{{item.attributes.sharedRooms}} {{'SELECT_ATTRIBUTES.SHARED_ROOMS'| translate}}</span>
77
<span *ngIf="item.attributes.sharedRooms == 1">{{item.attributes.sharedRooms}} {{'SELECT_ATTRIBUTES.SHARED_ROOM'| translate}}</span>
@@ -11,7 +11,7 @@ <h1>
1111

1212
<!-- Item rooms -->
1313
<div class="row" *ngIf="isItemFlat()">
14-
<div class="col-md-12">
14+
<div class="col-md-12 mb-2">
1515
<h1>
1616
<span *ngIf="item.attributes.rooms > 1">{{item.attributes.rooms}} {{'SELECT_ATTRIBUTES.ROOMS'| translate}}</span>
1717
<span *ngIf="item.attributes.rooms == 1">{{item.attributes.rooms}} {{'SELECT_ATTRIBUTES.ROOM'| translate}}</span>

0 commit comments

Comments
 (0)