<?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 Re: Fix width of drop down menu in select option in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40417#M1096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2018 09:14:00 GMT</pubDate>
    <dc:creator>mohannainar1</dc:creator>
    <dc:date>2018-02-21T09:14:00Z</dc:date>
    <item>
      <title>Fix width of drop down menu in select option</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40413#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp;both dropdown and option menu should be in same width. In the below image option is bigger than dropdown width . Is there any way to make it fixed&amp;nbsp;width for both dropdown and option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/396688_pastedImage_1.png" style="width: 620px; height: 175px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/396692_pastedImage_2.png" style="width: 620px; height: 52px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40413#M1092</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2018-02-15T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fix width of drop down menu in select option</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40414#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is actually not an easy task. Here is a css rule that will clip the width (not very ideal):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.dijitPopup.dijitMenuPopup&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;width&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 220px&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;overflow&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;hidden&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40414#M1093</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T21:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fix width of drop down menu in select option</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40415#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the above code in style.css file , its not reflecting in application. Trying in Chrome browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 09:12:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40415#M1094</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2018-02-16T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fix width of drop down menu in select option</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40416#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Strange I tested in Chrome as well and it worked fine (as shown in the screen shot).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/396804_Untitled-1.jpg" style="width: 620px; height: 451px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 14:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40416#M1095</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-16T14:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fix width of drop down menu in select option</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40417#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 09:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/fix-width-of-drop-down-menu-in-select-option/m-p/40417#M1096</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2018-02-21T09:14:00Z</dc:date>
    </item>
  </channel>
</rss>

