fix(site-finder): §4.2 «Качество данных» — воздух вокруг разделителя (#1953) (#2099)
All checks were successful
Deploy / changes (push) Successful in 7s
Deploy / build-backend (push) Has been skipped
Deploy / build-worker (push) Has been skipped
Deploy / build-frontend (push) Successful in 3m22s
Deploy / deploy (push) Successful in 1m19s

This commit is contained in:
bot-backend 2026-06-30 07:13:16 +00:00
parent f448b550b5
commit 005ce2f4ad

View file

@ -47,7 +47,7 @@ const ROOM_BUCKET_LABELS: Record<string, string> = {
function DataQualityCard({ dq }: { dq: BestLayoutsResponse["data_quality"] }) {
const conf = CONFIDENCE_STYLES[dq.confidence];
return (
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-2 gap-y-1 flex-wrap">
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-3 gap-y-1 flex-wrap">
<span className="font-semibold text-[13px] text-gray-700">
Качество данных:
</span>