From 52ebf8504bf5db2ebb728b278880925b276c2669 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:10:14 +0300 Subject: [PATCH] B: Fix alert symbol positioning --- .../frontend/src/components/modal/modal-form.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/rsconcept/frontend/src/components/modal/modal-form.tsx b/rsconcept/frontend/src/components/modal/modal-form.tsx index 8a8a15d0..d4d4a473 100644 --- a/rsconcept/frontend/src/components/modal/modal-form.tsx +++ b/rsconcept/frontend/src/components/modal/modal-form.tsx @@ -1,5 +1,7 @@ 'use client'; +import clsx from 'clsx'; + import { type HelpTopic } from '@/features/help'; import { BadgeHelp } from '@/features/help/components/badge-help'; @@ -132,18 +134,24 @@ export function ModalForm({ {children} -