Skip to content

Commit

Permalink
Fixed static tests fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzhepa authored Feb 21, 2019
1 parent da46b6a commit 1d1bb33
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@
}
}
}

/**
* @codingStandardsIgnoreStart
*/
#po_number {
margin-bottom: 20px;
}
// @codingStandardsIgnoreEnd
}

.payment-method-title {
Expand Down Expand Up @@ -116,9 +119,9 @@
margin: 0 0 @indent__base;

.primary {
.action-update {
margin-right: 0;
.action-update {
margin-bottom: 20px;
margin-right: 0;
}
}

Expand Down

0 comments on commit 1d1bb33

Please sign in to comment.