-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Columns are misaligned on Payments->Deposits (#1838)
* Fix: #1719 Misaligned columns on Payments->Deposits - override alignment for deposits list page. - slight adjustment in transaction table header margin. - changelog update. - updated failing snapshots. - Review changes. - Aligned data with currency conversion marker.
- Loading branch information
1 parent
0d9035b
commit 4fde9a7
Showing
6 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
$space-header-item: 25px; | ||
|
||
.wcpay-deposits-list { | ||
// alignment override for header items | ||
.woocommerce-table__header:not( .is-left-aligned ), | ||
.woocommerce-table__item:not( .is-left-aligned ) { | ||
text-align: center; | ||
} | ||
|
||
// slight adjustment to align header items with sorting button to account for icon width | ||
.woocommerce-table__header.is-numeric .components-button { | ||
margin-right: $space-header-item; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters