X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b93f8a4d4680cfe34e3b64db95f0f9683152c22a..2d0abc41644896f4f0405103679a8832df9425b8:/resources/js/components/collapsible.js?ds=inline 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(); }