X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/heads/ldap_host_failover:/resources/js/components/collapsible.js diff --git a/resources/js/components/collapsible.js b/resources/js/components/collapsible.js index a630f38f2..544f91008 100644 --- a/resources/js/components/collapsible.js +++ b/resources/js/components/collapsible.js @@ -37,7 +37,7 @@ class Collapsible { } openIfContainsError() { - const error = this.content.querySelector('.text-neg'); + const error = this.content.querySelector('.text-neg.text-small'); if (error) { this.open(); }