Skip to content

Commit f454e89

Browse files
authored
Enhancement/NEW-50364 Moved the Row label (#2061)
1 parent c0852ec commit f454e89

File tree

1 file changed

+1
-1
lines changed
  • packages/dashboard/src/components

1 file changed

+1
-1
lines changed

packages/dashboard/src/components/Row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const Row: React.FC<RowProps> = ({ row, idx: rowIdx, uuid }) => {
239239
<>
240240
<div className='builder-row' data-row-id={rowIdx}>
241241
<RowMenu rowIdx={rowIdx} />
242-
<p className='position-absolute top-0 left-0 d-block mt-1'>Row - {rowIdx + 1}</p>
242+
<p className='ml-2 mt-n3'>Row - {rowIdx + 1}</p>
243243
<button
244244
title='Configure Data'
245245
className='btn btn-configure-row'

0 commit comments

Comments
 (0)