From bba0ed4ed96a369bef2f475162c19c4a0c782595 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Mon, 1 Mar 2021 13:21:30 -0500 Subject: [PATCH] fix invalid-feedback styling --- assets/css/_phx-liveview.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/_phx-liveview.scss b/assets/css/_phx-liveview.scss index 2d3b79a..37236d1 100644 --- a/assets/css/_phx-liveview.scss +++ b/assets/css/_phx-liveview.scss @@ -3,6 +3,9 @@ .phx-no-feedback .invalid-feedback { display: none; } +.invalid-feedback { + display: block; +} .phx-click-loading { opacity: 0.5; @@ -49,4 +52,4 @@ color: black; text-decoration: none; cursor: pointer; -} \ No newline at end of file +}