From 172a018c8f17d00e9911ed7c05db1301b7961592 Mon Sep 17 00:00:00 2001 From: TheBizzle Date: Mon, 12 Sep 2022 10:28:02 -0500 Subject: [PATCH] UX/Bugfix: Correctly style 'procedures' dropdown with ChosenJS --- app/views/codePane.scala.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/codePane.scala.html b/app/views/codePane.scala.html index 6be6cd6d9..fbe4d30f1 100644 --- a/app/views/codePane.scala.html +++ b/app/views/codePane.scala.html @@ -7,6 +7,7 @@ @tagBuilder.pathToHTML("codemirror/lib/codemirror.css") @tagBuilder.pathToHTML("codemirror/addon/dialog/dialog.css") @tagBuilder.pathToHTML("codemirror/addon/hint/show-hint.css") + @tagBuilder.pathToHTML("chosen-js/chosen.css") @tagBuilder.pathToHTML("stylesheets/classes.css") @tagBuilder.pathToHTML("stylesheets/widgets.css") @tagBuilder.pathToHTML("stylesheets/ui-editor.css")