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

@@ -104,7 +104,7 @@ const RulesPage = () => {
{t("Rules")}
</h2>
<div className="flex items-center gap-2">
<div className="w-64">
<div className="w-70">
{/* Передаем стабильную функцию handleSearch в пропс */}
<BaseSearchBox onSearch={handleSearch} />
</div>