<?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 Increase the drop down width in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-the-drop-down-width/m-p/137436#M8227</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have a dropdown code as below. &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;&lt;FORM&gt;&lt;BR /&gt;
  &lt;LABEL&gt;&lt;/LABEL&gt;&lt;P&gt;&lt;/P&gt;
&lt;/FORM&gt;&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;FIELDSET submitbutton="false" autorun="true"&gt;&lt;/FIELDSET&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="user1" searchWhenChanged="true" style="width:700px;"&amp;gt;

  &amp;lt;label&amp;gt;Select The KPI&amp;lt;/label&amp;gt;

 &amp;lt;default&amp;gt;DropDown Title&amp;lt;/default&amp;gt;

&amp;lt;choice value="1"&amp;gt;dropdown element no one&amp;lt;/choice&amp;gt;

&amp;lt;choice value="2"&amp;gt;dropdown element no two&amp;lt;/choice&amp;gt;

&amp;lt;choice value="3"&amp;gt;dropdown element no third&amp;lt;/choice&amp;gt;

&amp;lt;choice value="4"&amp;gt;dropdown element no. fourth- with no data call stack &amp;lt;/choice&amp;gt;



&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;On selection of a longer content, such as "dropdown element no. fourth- with no data call stack". The dropdown doesnt show the entire string.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Capture_9.png" alt="alt text" /&gt;&lt;BR /&gt;
 Is there any way to increase the width size of dropdown, so as to achieve this.&lt;/P&gt;

&lt;P&gt;Please Help...!!!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2014 06:36:45 GMT</pubDate>
    <dc:creator>harshal_chakran</dc:creator>
    <dc:date>2014-02-05T06:36:45Z</dc:date>
    <item>
      <title>Increase the drop down width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-the-drop-down-width/m-p/137436#M8227</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have a dropdown code as below. &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;&lt;FORM&gt;&lt;BR /&gt;
  &lt;LABEL&gt;&lt;/LABEL&gt;&lt;P&gt;&lt;/P&gt;
&lt;/FORM&gt;&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;FIELDSET submitbutton="false" autorun="true"&gt;&lt;/FIELDSET&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="user1" searchWhenChanged="true" style="width:700px;"&amp;gt;

  &amp;lt;label&amp;gt;Select The KPI&amp;lt;/label&amp;gt;

 &amp;lt;default&amp;gt;DropDown Title&amp;lt;/default&amp;gt;

&amp;lt;choice value="1"&amp;gt;dropdown element no one&amp;lt;/choice&amp;gt;

&amp;lt;choice value="2"&amp;gt;dropdown element no two&amp;lt;/choice&amp;gt;

&amp;lt;choice value="3"&amp;gt;dropdown element no third&amp;lt;/choice&amp;gt;

&amp;lt;choice value="4"&amp;gt;dropdown element no. fourth- with no data call stack &amp;lt;/choice&amp;gt;



&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;On selection of a longer content, such as "dropdown element no. fourth- with no data call stack". The dropdown doesnt show the entire string.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Capture_9.png" alt="alt text" /&gt;&lt;BR /&gt;
 Is there any way to increase the width size of dropdown, so as to achieve this.&lt;/P&gt;

&lt;P&gt;Please Help...!!!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 06:36:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-the-drop-down-width/m-p/137436#M8227</guid>
      <dc:creator>harshal_chakran</dc:creator>
      <dc:date>2014-02-05T06:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Increase the drop down width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-the-drop-down-width/m-p/137437#M8228</link>
      <description>&lt;P&gt;See this &lt;A href="http://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html"&gt;http://answers.splunk.com/answers/114078/splunk-6-dropdown-menu-decrease-width.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Alternatively, you can use the !important tag to supercharge any default CSS settings (thanks to Johan!).&lt;BR /&gt;
Put this directly in the .css referenced in your dashboard:&lt;BR /&gt;
.select2-container{min-width:500px !important;margin-bottom:8px;}&lt;/P&gt;

&lt;P&gt;For a multiselect dropdown:&lt;BR /&gt;
.select2-container-multi{min-width:500px !important;margin-bottom:8px;}&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 15:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Increase-the-drop-down-width/m-p/137437#M8228</guid>
      <dc:creator>odgarrigues_spl</dc:creator>
      <dc:date>2014-12-18T15:54:11Z</dc:date>
    </item>
  </channel>
</rss>

