From 4f9f885160da942dc4311eb75c67591fe51dd6ee Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:00:28 +0300 Subject: [PATCH] Fix layout --- .../frontend/src/app/ApplicationLayout.tsx | 10 +- .../pages/CreateItemPage/FormCreateItem.tsx | 173 +++++++++--------- .../pages/ManualsPage/items/HelpRSLang.tsx | 4 +- .../src/pages/OssPage/ProcessError.tsx | 27 --- .../EditorRSFormCard/EditorLibraryItem.tsx | 2 +- .../EditorRSFormCard/EditorRSFormCard.tsx | 7 +- .../EditorRSFormCard/RSFormStats.tsx | 2 +- 7 files changed, 101 insertions(+), 124 deletions(-) delete mode 100644 rsconcept/frontend/src/pages/OssPage/ProcessError.tsx diff --git a/rsconcept/frontend/src/app/ApplicationLayout.tsx b/rsconcept/frontend/src/app/ApplicationLayout.tsx index 48612a6e..84b95b75 100644 --- a/rsconcept/frontend/src/app/ApplicationLayout.tsx +++ b/rsconcept/frontend/src/app/ApplicationLayout.tsx @@ -23,13 +23,15 @@ function ApplicationLayout() {
-
+