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 2021/06/14 21:20:22 UTC

[solr] branch main updated: SOLR-15362: allow drop down box to float wider to support long core/collection names (#90)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b3d5243  SOLR-15362: allow drop down box to float wider to support long core/collection names (#90)
b3d5243 is described below

commit b3d524322426bcea3ccd0a5c2b3a78309d4e444c
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Mon Jun 14 17:20:13 2021 -0400

    SOLR-15362: allow drop down box to float wider to support long core/collection names (#90)
    
    * CSS change to let the dropdown box to float wider to accomodate longer names.
---
 solr/CHANGES.txt                       | 2 ++
 solr/webapp/web/css/angular/chosen.css | 1 +
 2 files changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5eca8f9..c5d36ba 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -141,6 +141,8 @@ when told to. The admin UI now tells it to. (Nazerke Seidan, David Smiley)
 
 * SOLR-15453: Update the content security policy in Jetty to allow image requests from local host and prevent security errors on the client side. (MarcusSorealheis via Houston Putman)
 
+* SOLR-15362: Let core and collection dropdowns in Admin UI float wide to see entire core or collection name.  (Matthias Krepp, Eric Pugh)
+
 Other Changes
 ----------------------
 * SOLR-14656: Autoscaling framework removed (Ishan Chattopadhyaya, noble, Ilan Ginzburg)
diff --git a/solr/webapp/web/css/angular/chosen.css b/solr/webapp/web/css/angular/chosen.css
index 7fa0449..f647546 100644
--- a/solr/webapp/web/css/angular/chosen.css
+++ b/solr/webapp/web/css/angular/chosen.css
@@ -185,6 +185,7 @@ This file is generated by `grunt build`, do not edit it by hand.
 }
 
 .chosen-container-single .chosen-drop {
+  width: auto;
   margin-top: -1px;
   border-radius: 0 0 4px 4px;
   background-clip: padding-box;