From c53c152bfe7782fb4993d978bac403b25b278fad Mon Sep 17 00:00:00 2001 From: Daniel Peaslee Date: Mon, 6 May 2024 17:34:40 -0600 Subject: [PATCH] fix --- APIPage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APIPage.css b/APIPage.css index 067c17a..6a4726c 100755 --- a/APIPage.css +++ b/APIPage.css @@ -88,8 +88,8 @@ input[type="color"] { transition: top 0.5s; } -.ErrorRow[err] { - top: 0.5rem; +.ErrorRow:has(td[err]) { + top: 1.5rem; }