<?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: Manage input width in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160116#M70</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14521"&gt;@LefterisKoumis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use CSS to set the width. Either directly on the input:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;calcite-input style="width:500px"&amp;gt;&amp;lt;/calcite-input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;or on a parent div&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div style="width:500px"&amp;gt;
    &amp;lt;calcite-input&amp;gt;&amp;lt;/calcite-input&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 31 Mar 2022 23:04:43 GMT</pubDate>
    <dc:creator>BenElan</dc:creator>
    <dc:date>2022-03-31T23:04:43Z</dc:date>
    <item>
      <title>Manage input width</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160114#M69</link>
      <description>&lt;P&gt;Doesn't the&amp;nbsp;&lt;SPAN&gt;calcite-input has a way to control its width?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/input/" target="_blank"&gt;https://developers.arcgis.com/calcite-design-system/components/input/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 22:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160114#M69</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2022-03-31T22:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Manage input width</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160116#M70</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14521"&gt;@LefterisKoumis&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use CSS to set the width. Either directly on the input:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;calcite-input style="width:500px"&amp;gt;&amp;lt;/calcite-input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;or on a parent div&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div style="width:500px"&amp;gt;
    &amp;lt;calcite-input&amp;gt;&amp;lt;/calcite-input&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 31 Mar 2022 23:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160116#M70</guid>
      <dc:creator>BenElan</dc:creator>
      <dc:date>2022-03-31T23:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Manage input width</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160133#M71</link>
      <description>&lt;P&gt;Thank you. The reason I wanted the reduce the size is to have its label and input on the same line. It seems Calcite doesn't support something like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LefterisKoumis_0-1648770986861.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37917i52F914CEB63E3803/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LefterisKoumis_0-1648770986861.png" alt="LefterisKoumis_0-1648770986861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 23:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160133#M71</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2022-03-31T23:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Manage input width</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160150#M74</link>
      <description>&lt;P&gt;calcite-label has a "layout" property for that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/label/#component-api-properties-layout" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/calcite-design-system/components/label/#component-api-properties-layout&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;calcite-label layout="inline"&amp;gt;Enter Tolerance:
  &amp;lt;calcite-input suffix-text="feet"&amp;gt;&amp;lt;/calcite-input&amp;gt;
&amp;lt;/calcite-label&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 01:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/manage-input-width/m-p/1160150#M74</guid>
      <dc:creator>BenElan</dc:creator>
      <dc:date>2022-04-01T01:07:53Z</dc:date>
    </item>
  </channel>
</rss>

