<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multivalue input choice box length css in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468873#M132012</link>
    <description>&lt;P&gt;Hello there!&lt;/P&gt;

&lt;P&gt;I am looking for a way to adjust multivalue choice box length to keep them on one line.&lt;/P&gt;

&lt;P&gt;I have already adjusted multivalue input box :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7614iFF64E184CF1CC5E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;html&amp;gt;
   &amp;lt;style&amp;gt;
     #instance_id {
     width: 50%;
     }
   &amp;lt;/style&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I do have long string choices that get displayed on two lines (#2), so I am trying to adjust box choices length to have something like this (#3):&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7615i797F78B096CA300A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Is there a way using css / simple xml?&lt;/P&gt;

&lt;P&gt;Thanks in advance for any hint!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 08:35:28 GMT</pubDate>
    <dc:creator>D2SI</dc:creator>
    <dc:date>2019-08-29T08:35:28Z</dc:date>
    <item>
      <title>Multivalue input choice box length css</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468873#M132012</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;

&lt;P&gt;I am looking for a way to adjust multivalue choice box length to keep them on one line.&lt;/P&gt;

&lt;P&gt;I have already adjusted multivalue input box :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7614iFF64E184CF1CC5E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;html&amp;gt;
   &amp;lt;style&amp;gt;
     #instance_id {
     width: 50%;
     }
   &amp;lt;/style&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I do have long string choices that get displayed on two lines (#2), so I am trying to adjust box choices length to have something like this (#3):&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7615i797F78B096CA300A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Is there a way using css / simple xml?&lt;/P&gt;

&lt;P&gt;Thanks in advance for any hint!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468873#M132012</guid>
      <dc:creator>D2SI</dc:creator>
      <dc:date>2019-08-29T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue input choice box length css</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468874#M132013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;if you are using a splunk version&amp;gt; = 7 and &amp;lt;= 7.1 (I only tested on version 7.0.1, a Splunk Web UI update has been updated to version 7.1)&lt;BR /&gt;
you could try to add this part of css:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#instance_id .select2-search-choice {
    max-width: none !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468874#M132013</guid>
      <dc:creator>thomasroulet</dc:creator>
      <dc:date>2019-08-29T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue input choice box length css</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468875#M132014</link>
      <description>&lt;P&gt;Great thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 12:23:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-input-choice-box-length-css/m-p/468875#M132014</guid>
      <dc:creator>D2SI</dc:creator>
      <dc:date>2019-08-29T12:23:17Z</dc:date>
    </item>
  </channel>
</rss>

