Transformation: Fix label width (#95159)

fix label width
This commit is contained in:
Ihor Yeromin
2024-10-24 13:11:52 +02:00
committed by GitHub
parent 9ae3d049a3
commit 762c7dc3a5
2 changed files with 2 additions and 2 deletions
@@ -105,7 +105,7 @@ export const WindowOptionsEditor = (props: {
onChange={onTypeChange}
/>
</InlineField>
<InlineField label="Window size mode">
<InlineField label="Window size mode" labelWidth={LABEL_WIDTH}>
<RadioButtonGroup
value={window?.windowSizeMode ?? WindowSizeMode.Percentage}
options={windowSizeModeOptions}
@@ -1 +1 @@
export const LABEL_WIDTH = 16;
export const LABEL_WIDTH = 17;