diff --git a/changelog.txt b/changelog.txt index fc824927003..1aa7a31c198 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ * Fix - Fix hover dialog for close button on modals, unify styling and layout of modal buttons. * Update - Use Site Language when rendering Stripe elements. * Update - Use blog ID for authenticating most of the requests. +* Fix: Misaligned columns on Deposits page. = 2.4.0 - 2021-05-12 = * Update - Improve the Connect Account page. diff --git a/client/deposits/list/index.js b/client/deposits/list/index.js index 9670410e459..81c4c4bbbe6 100644 --- a/client/deposits/list/index.js +++ b/client/deposits/list/index.js @@ -22,6 +22,8 @@ import ClickableCell from 'components/clickable-cell'; import Page from '../../components/page'; import DepositsFilters from '../filters'; +import './style.scss'; + const getColumns = ( sortByDate ) => [ { key: 'details', @@ -159,7 +161,7 @@ export const DepositsList = () => {