Skip to content

Commit

Permalink
#107 workaround for hidden comment form error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 15, 2023
1 parent 3da59cc commit 9c55013
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cast/static/css/bootstrap4/cast.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,10 @@
margin-right: 10px;
margin-left: 10px;
}

.invalid-feedback {
/* Workaround for django-fluentcomments error messages not showing up
See https://github.com/ephes/django-cast/issues/107
*/
display: block;
}

0 comments on commit 9c55013

Please sign in to comment.