<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to reduce blank space to left of ADJACENT text field label?</title><link>https://community.appian.com/discussions/f/user-interface/30881/how-to-reduce-blank-space-to-left-of-adjacent-text-field-label</link><description>I have a column layout (shown below with dividers) with text fields with adjacent labels. I need this column layout to be more narrow, but when I make it more narrow, it tries to preserve the spacing to the left of the text field labels and shrinks the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to reduce blank space to left of ADJACENT text field label?</title><link>https://community.appian.com/thread/123018?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 09:49:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75fd40b7-cb60-4a37-91e0-8cd059cbdc47</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/ryand0377"&gt;Ryan Daniels&lt;/a&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;I don&amp;#39;t think there is much that you can do for that. May a side by side layout with the input fields having &amp;quot;JUSTIFIED&amp;quot; as label position would do a little. But I am not sure if what you are asking is 100% achievable using Text fields.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;May be a Rich text Display field as Stefan suggested would work great!&lt;br /&gt;&lt;br /&gt;Below is a small reference how it might appear.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1702288166074v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!columnsLayout(
    columns: {
      a!columnLayout(
        contents: {
          a!richTextDisplayField(
            value: {
              a!richTextItem(text: &amp;quot;LABEL 1 NAME: &amp;quot;, style: &amp;quot;STRONG&amp;quot;),
              char(32),
              a!richTextItem(text: &amp;quot;VALUE 1 HERE&amp;quot;, ),
              REPEAT(2, CHAR(10)),
              a!richTextItem(text: &amp;quot;LABEL 2 NAME: &amp;quot;, style: &amp;quot;STRONG&amp;quot;),
              char(32),
              a!richTextItem(text: &amp;quot;VALUE 2 HERE&amp;quot;, ),
              REPEAT(2, CHAR(10)),
              a!richTextItem(text: &amp;quot;LABEL 3 NAME: &amp;quot;, style: &amp;quot;STRONG&amp;quot;),
              char(32),
              a!richTextItem(text: &amp;quot;VALUE 3 HERE&amp;quot;, ),
              REPEAT(2, CHAR(10)),
              a!richTextItem(text: &amp;quot;LABEL 4 NAME: &amp;quot;, style: &amp;quot;STRONG&amp;quot;),
              char(32),
              a!richTextItem(text: &amp;quot;VALUE 4 HERE&amp;quot;, ),
              REPEAT(2, CHAR(10)),

            }
          )
        }
      ),
      a!columnLayout(contents: {})
    }
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce blank space to left of ADJACENT text field label?</title><link>https://community.appian.com/thread/123015?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 09:35:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1689967b-6736-4ad6-8600-934f0fbeecf0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The default components do not support that.&lt;/p&gt;
&lt;p&gt;You could toy around with a rich text display field, hide the label, and format the text as needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>