Download button at Payments > Payouts is misaligned #9736
Labels
focus: reporting
priority: medium
The issue/PR is medium priority—non-critical functionality loss, minimal effect on usability
type: bug
The issue is a confirmed bug.
Milestone
Describe the bug
The
Download
button for various reports has typically been right-aligned (next to the ellipsis menu). However, on the Payments > Payouts page, it is misaligned.Initial investigation suggests the alignment issue is caused by some
justify-content: space-between;
styling for the.woocommerce-report-table .components-card__header .woocommerce-table__actions
element, but this styling is not present on other pages.To Reproduce
gridicons-cloud-download
SVG.gridicons-cloud-download
SVG is left-aligned.Actual behavior
The experience of downloading a report of an account's payout history is dissimilar from downloading other similar reports (e.g., transactions, disputes). We should try to make this experience as consistent as possible.
Screenshots
Expected behavior
The experience of locating and downloading reports should be consistent across the entire product.
Additional context
No user reports AFAIK. Found this issue while performing other tests.
The text was updated successfully, but these errors were encountered: