<?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: Weird link text wrapping on mobile in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348751#M17175</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/110151"&gt;@JWharton&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your links have:&lt;/P&gt;&lt;PRE&gt;a {&lt;BR /&gt; display: inline-block;&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;Which causes the breaking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also breaks on body text.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="linkWrapper.PNG" style="width: 200px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/28394iAE71C63214DC0270/image-size/small?v=v2&amp;amp;px=200" role="button" title="linkWrapper.PNG" alt="linkWrapper.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't want that at all, change a links to the following:&lt;/P&gt;&lt;PRE&gt;a {
 display: inline;
}&lt;/PRE&gt;&lt;P&gt;Or else, create a cusom class on a parent element and use the following code. Which only works for enumerations&lt;/P&gt;&lt;PRE&gt;.yourCustomClass li a {
 display: inline;
}&lt;/PRE&gt;&lt;P&gt;- Chris&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 08:06:49 GMT</pubDate>
    <dc:creator>Chris-M</dc:creator>
    <dc:date>2020-06-21T08:06:49Z</dc:date>
    <item>
      <title>Weird link text wrapping on mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348734#M17171</link>
      <description>&lt;P&gt;Just using the Rich Text module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rather than the link text wrapping, it gets put on a separate line, breaking it away from the preceding text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the link text exceeds the width, it then wraps, but is separated from the following text (which starts on a new line).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_962A3B9C0CB8-1.jpeg" style="width: 462px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/28393iB81B31180F285E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_962A3B9C0CB8-1.jpeg" alt="IMG_962A3B9C0CB8-1.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I want? I want the link text to display in line and wrap just like normal text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See example at&amp;nbsp;&lt;A href="http://5056899.hs-sites.com/about" target="_blank"&gt;http://5056899.hs-sites.com/about&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 17:36:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348734#M17171</guid>
      <dc:creator>JWharton</dc:creator>
      <dc:date>2020-06-20T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Weird link text wrapping on mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348751#M17175</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/110151"&gt;@JWharton&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your links have:&lt;/P&gt;&lt;PRE&gt;a {&lt;BR /&gt; display: inline-block;&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;Which causes the breaking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also breaks on body text.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="linkWrapper.PNG" style="width: 200px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/28394iAE71C63214DC0270/image-size/small?v=v2&amp;amp;px=200" role="button" title="linkWrapper.PNG" alt="linkWrapper.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't want that at all, change a links to the following:&lt;/P&gt;&lt;PRE&gt;a {
 display: inline;
}&lt;/PRE&gt;&lt;P&gt;Or else, create a cusom class on a parent element and use the following code. Which only works for enumerations&lt;/P&gt;&lt;PRE&gt;.yourCustomClass li a {
 display: inline;
}&lt;/PRE&gt;&lt;P&gt;- Chris&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 08:06:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348751#M17175</guid>
      <dc:creator>Chris-M</dc:creator>
      <dc:date>2020-06-21T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weird link text wrapping on mobile</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348760#M17177</link>
      <description>&lt;P&gt;That did it. &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133469"&gt;@Chris-M&lt;/a&gt;&amp;nbsp;you rock! Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 14:13:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Weird-link-text-wrapping-on-mobile/m-p/348760#M17177</guid>
      <dc:creator>JWharton</dc:creator>
      <dc:date>2020-06-21T14:13:36Z</dc:date>
    </item>
  </channel>
</rss>

