diff --git a/rsconcept/frontend/src/components/Common/Button.tsx b/rsconcept/frontend/src/components/Common/Button.tsx index 90d5b03f..0e2f9524 100644 --- a/rsconcept/frontend/src/components/Common/Button.tsx +++ b/rsconcept/frontend/src/components/Common/Button.tsx @@ -13,7 +13,9 @@ extends Omit, 'className' | 'child function Button({ id, text, icon, tooltip, dense, disabled, - borderClass = 'border rounded', colorClass = 'clr-btn-default', widthClass = 'w-fit h-fit', + borderClass = 'border rounded', + colorClass = 'clr-btn-default', + widthClass = 'w-fit h-fit', loading, onClick, ...props }: ButtonProps) { diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx index 575930f9..c68f6a95 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta.tsx @@ -109,8 +109,8 @@ function EditorConstituenta({ activeID, onShowAST, onCreateCst, onOpenEdit, onDe } return ( -
-
+
+