Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#2436 fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Nov 27, 2019
1 parent 82579fe commit d8cd131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
border: 0;
}

.mapComponent {
padding-right: 0;
}

.product-order-summary {
width: 100%;

Expand Down
5 changes: 5 additions & 0 deletions src/assets/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@
tbody tr:last-child {
border-bottom: 1px solid $brand-border-color;
}

.table-wrapper .table-flex-wrapper:first-child {
padding-left: 15px;
padding-right: 15px;
}
}

.tabs-wrapper,
Expand Down

0 comments on commit d8cd131

Please sign in to comment.