File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/desktop-client/src/components/banksync Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export function BankSync() {
115115 < Page
116116 header = { t ( 'Bank Sync' ) }
117117 style = { {
118+ minHeight : 'initial' ,
118119 marginInline : floatingSidebar && ! isNarrowWidth ? 'auto' : 0 ,
119120 paddingBottom : MOBILE_NAV_HEIGHT ,
120121 } }
@@ -129,7 +130,7 @@ export function BankSync() {
129130 ) }
130131 { Object . entries ( groupedAccounts ) . map ( ( [ syncProvider , accounts ] ) => {
131132 return (
132- < View key = { syncProvider } style = { { marginBottom : '1em ' } } >
133+ < View key = { syncProvider } style = { { minHeight : 'initial ' } } >
133134 { Object . keys ( groupedAccounts ) . length > 1 && (
134135 < Text
135136 style = { { fontWeight : 500 , fontSize : 20 , margin : '.5em 0' } }
Original file line number Diff line number Diff line change 1+ ---
2+ category : Bugfixes
3+ authors : [aelxxs]
4+ ---
5+
6+ Fix bank sync table borders.
You can’t perform that action at this time.
0 commit comments