You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2022/06/29 13:45:02 UTC

[solr] 02/06: Fix up formatting of dropdown

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch solr-paramset-impl
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 954b3f37ac54661afb5da753215e1adb4dcb2309
Author: epugh@opensourceconnections.com <ep...@opensourceconnections.com>
AuthorDate: Tue Jun 28 15:13:07 2022 -0600

    Fix up formatting of dropdown
---
 solr/webapp/web/css/angular/paramsets.css | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/solr/webapp/web/css/angular/paramsets.css b/solr/webapp/web/css/angular/paramsets.css
index cd13d0f95c1..f31c0775368 100644
--- a/solr/webapp/web/css/angular/paramsets.css
+++ b/solr/webapp/web/css/angular/paramsets.css
@@ -148,3 +148,17 @@ legend {
 .description{
     font-weight: bold;
 }
+
+#content #paramsets .chosen-container
+{
+  width: 71% !important;
+}
+
+#content #paramsets .chosen-container {
+  margin-left: 6px;
+  width: 100%;
+}
+#content #paramsets .chosen-drop input,
+#content #paramsets .chosen-results {
+  width: 100% !important;
+}