<?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 Splunk Dashboard - Single dropdown or input resize in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500851#M8807</link>
    <description>&lt;P&gt;Taking a cue from this thread,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.splunk.com/answering/823859/view.html" target="_blank"&gt;https://answers.splunk.com/answering/823859/view.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;html&amp;gt;
    &amp;lt;style&amp;gt;
      .input-dropdown {
        min-width: XXXpx !important;
        width: XXXpx !important;
        max-width: XXXpx !important;
      }
      .splunk-dropdown .select2-container {
        min-width: XXXpx !important;
        width: XXXpx !important;
        max-width: XXXpx !important;
      }
    &amp;lt;/style&amp;gt;
  &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Works fine.&lt;/P&gt;
&lt;P&gt;But, now, how to take a single dropdown input, not all? Example a dropdown with id="single_dropdown"?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;input type="dropdown" token="token_to_catch" id="single_dropdown"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I'd like to ask if and how it was possible to resize a single input object from the dashboard xml.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2020 16:00:12 GMT</pubDate>
    <dc:creator>verbal_666</dc:creator>
    <dc:date>2020-06-07T16:00:12Z</dc:date>
    <item>
      <title>Splunk Dashboard - Single dropdown or input resize</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500851#M8807</link>
      <description>&lt;P&gt;Taking a cue from this thread,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.splunk.com/answering/823859/view.html" target="_blank"&gt;https://answers.splunk.com/answering/823859/view.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;html&amp;gt;
    &amp;lt;style&amp;gt;
      .input-dropdown {
        min-width: XXXpx !important;
        width: XXXpx !important;
        max-width: XXXpx !important;
      }
      .splunk-dropdown .select2-container {
        min-width: XXXpx !important;
        width: XXXpx !important;
        max-width: XXXpx !important;
      }
    &amp;lt;/style&amp;gt;
  &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Works fine.&lt;/P&gt;
&lt;P&gt;But, now, how to take a single dropdown input, not all? Example a dropdown with id="single_dropdown"?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;input type="dropdown" token="token_to_catch" id="single_dropdown"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I'd like to ask if and how it was possible to resize a single input object from the dashboard xml.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:00:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500851#M8807</guid>
      <dc:creator>verbal_666</dc:creator>
      <dc:date>2020-06-07T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard - Single dropdown or input resize</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500852#M8808</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try with id in CSS&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;style&amp;gt;
       #single_dropdown .input-dropdown {

       }
      #single_dropdown .splunk-dropdown .select2-container {

       }
     &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 May 2020 08:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500852#M8808</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-19T08:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard - Single dropdown or input resize</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500853#M8809</link>
      <description>&lt;P&gt;GREAT!!!&lt;BR /&gt;
Perfectly working.&lt;BR /&gt;
Many many thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 08:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Dashboard-Single-dropdown-or-input-resize/m-p/500853#M8809</guid>
      <dc:creator>verbal_666</dc:creator>
      <dc:date>2020-05-19T08:23:01Z</dc:date>
    </item>
  </channel>
</rss>

