Skip to content
Snippets Groups Projects

fix: missplaced labels

Merged Eryk Mika requested to merge devel into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -303,14 +303,14 @@ export default function FlexibleTable({
}
/>
<ColorSelector
label={__('Row top/bottom border width', 'flexible-invoices-core')}
label={__('Border row color', 'flexible-invoices-core')}
value={bodyBorderRowColor}
enableAlpha={false}
returnFormat={'hex'}
onChange={(value) => setAttributes({bodyBorderRowColor: value})}
/>
<DuoInput
label={__("Column left/right border width", 'flexible-invoices-core')}
label={__("Row top/bottom border width", 'flexible-invoices-core')}
values={
{
bodyBorderRowWidthTop,
Loading