Skip to content
Snippets Groups Projects
Commit 18a939b4 authored by Eryk Mika's avatar Eryk Mika
Browse files

Merge branch 'devel' into 'main'

fix: missplaced labels

See merge request !3
parents c47c124a 359b06cf
No related branches found
No related tags found
1 merge request!3fix: missplaced labels
Pipeline #489563 failed with stages
in 5 seconds
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment