corrected layout on profiles and rules pages

This commit is contained in:
coolcoala
2025-07-08 15:42:18 +03:00
parent 686490ded1
commit 3902480d39
7 changed files with 13 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ const RuleItem = (props: Props) => {
return (
// Корневой элемент, стилизованный с помощью Tailwind
<div className="flex p-4 border-b border-border">
<div className="flex p-3 border-b border-border">
{/* Номер правила */}
<p className="w-10 text-center text-sm text-muted-foreground mr-4 pt-0.5">
{index}