diff --git a/src/component/1d/multiplicityTree/MultiplicityTree.tsx b/src/component/1d/multiplicityTree/MultiplicityTree.tsx index f7a2fbd44..688d8d41c 100644 --- a/src/component/1d/multiplicityTree/MultiplicityTree.tsx +++ b/src/component/1d/multiplicityTree/MultiplicityTree.tsx @@ -206,7 +206,7 @@ function Tree(props: TreeProps) { : treeLevelsColors[level % treeLevelsColors.length]; return ( push({ multiplicity: translateMultiplet('m'), @@ -84,69 +84,76 @@ function CouplingsTable({ Add New Coupling +
+ + + + + + + + + -
#MultiplicityJ (Hz){''}
- - - - - - - - {couplingsList.map((_coupling, i) => ( - - - - + + - - - ))} - -
#MultiplicityJ (Hz){''}
{i + 1} - { - multiplicityChangeHandler( - value, - `signals.${values.activeTab}.js.${i}.coupling`, - ); - }} - /> - - + {couplingsList.map((_coupling, i) => ( +
{i + 1} + { + multiplicityChangeHandler( + value, + `signals.${values.activeTab}.js.${i}.coupling`, + ); + }} + style={{ height: '26px', - padding: '0.25rem 0.5rem', - }, - }} - checkErrorAfterInputTouched={false} - /> - -
- { - remove(i); }} - > - - -
-
+ /> + + + + + +
+ { + remove(i); + }} + > + + +
+ + + ))} + + +
); } diff --git a/src/component/modal/editRange/forms/components/SignalFormTab.tsx b/src/component/modal/editRange/forms/components/SignalFormTab.tsx index 1bc2004b2..0dfcf9a18 100644 --- a/src/component/modal/editRange/forms/components/SignalFormTab.tsx +++ b/src/component/modal/editRange/forms/components/SignalFormTab.tsx @@ -26,14 +26,12 @@ function SignalFormTab({ onFocus, onBlur }: SignalFormTabProps) { ( -
- -
+ )} /> diff --git a/src/component/modal/editRange/forms/components/SignalsForm.tsx b/src/component/modal/editRange/forms/components/SignalsForm.tsx index 3a83e6772..94485ff6b 100644 --- a/src/component/modal/editRange/forms/components/SignalsForm.tsx +++ b/src/component/modal/editRange/forms/components/SignalsForm.tsx @@ -186,6 +186,7 @@ function SignalsForm({ range, preferences }: SignalsFormProps) { padding: '0 1.5rem', fontSize: '12px', color: '#28ba62', + textWrap: 'nowrap', }} >