File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/features/transactions/pages Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ export function GroupPage() {
213213 { account }
214214 </ div >
215215 ) ) }
216+ { /* The below div is for drawing the background dash lines */ }
216217 < div className = { cn ( 'absolute right-0 -z-10' ) } style = { { top : `${ graphConfig . rowHeight } px` } } >
217218 < div >
218219 < div className = { cn ( 'p-0' ) } > </ div >
@@ -229,7 +230,7 @@ export function GroupPage() {
229230 >
230231 { accounts . map ( ( _ , index ) => (
231232 < div key = { index } className = { cn ( 'flex justify-center' ) } >
232- < div className = { cn ( 'border-muted border-l-2 h-full border-dashed' ) } > </ div >
233+ < div className = { cn ( 'border-muted h-full border-dashed' ) } style = { { borderLeftWidth : graphConfig . lineWidth } } > </ div >
233234 </ div >
234235 ) ) }
235236 </ div >
You can’t perform that action at this time.
0 commit comments