From 1c8ce46697cfa838550378d52f2528c97a44a4b3 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 21 May 2022 00:57:02 -0700 Subject: Fix minor bugs in forms not showing errors and whatnot --- assets/css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 0bab67f..0d7e35a 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -27,10 +27,9 @@ .alert:empty { display: none; } -.invalid-feedback { +.error-feedback { color: #a94442; display: block; - margin: -1rem 0 2rem; } /* LiveView specific classes for your customization */ -- cgit v1.2.3-70-g09d2