<?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 Add padding except buttons and text objects? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-padding-except-buttons-and-text-objects/m-p/1823232#M67523</link>
    <description>&lt;P&gt;I'd like to add more padding to the objects except for buttons and text objects.&lt;/P&gt;&lt;P&gt;I tried adding a padding of 10px to qv-inner-object as below, but this will also add padding to buttons and text objects which made the content too small.&amp;nbsp;&lt;/P&gt;&lt;P&gt;.qv-inner-object {&lt;BR /&gt;border: 1px rgba(0,0,0,0);&lt;BR /&gt;padding: 10px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The built-in Sense Focus theme seems to be able to add padding to chart objects while bypassing buttons and text objects. Anyone knows how to replicate the same behavior in theme?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jul 2021 07:10:31 GMT</pubDate>
    <dc:creator>ylchuang</dc:creator>
    <dc:date>2021-07-20T07:10:31Z</dc:date>
    <item>
      <title>Add padding except buttons and text objects?</title>
      <link>https://community.qlik.com/t5/App-Development/Add-padding-except-buttons-and-text-objects/m-p/1823232#M67523</link>
      <description>&lt;P&gt;I'd like to add more padding to the objects except for buttons and text objects.&lt;/P&gt;&lt;P&gt;I tried adding a padding of 10px to qv-inner-object as below, but this will also add padding to buttons and text objects which made the content too small.&amp;nbsp;&lt;/P&gt;&lt;P&gt;.qv-inner-object {&lt;BR /&gt;border: 1px rgba(0,0,0,0);&lt;BR /&gt;padding: 10px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The built-in Sense Focus theme seems to be able to add padding to chart objects while bypassing buttons and text objects. Anyone knows how to replicate the same behavior in theme?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 07:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-padding-except-buttons-and-text-objects/m-p/1823232#M67523</guid>
      <dc:creator>ylchuang</dc:creator>
      <dc:date>2021-07-20T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add padding except buttons and text objects?</title>
      <link>https://community.qlik.com/t5/App-Development/Add-padding-except-buttons-and-text-objects/m-p/1823294#M67538</link>
      <description>&lt;P&gt;Answering own question in case anyone wanna do the same.&lt;/P&gt;&lt;P&gt;I ended up adding padding to individual chart types instead while leaving buttons untouched, so only charts have padding.&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;/* padding for line chart */&lt;/P&gt;&lt;P&gt;.qv-object-linechart {&lt;BR /&gt;padding-right: 25px;&lt;BR /&gt;padding-bottom:5px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/* padding for combo chart */&lt;/P&gt;&lt;P&gt;.qv-object-combochart {&lt;BR /&gt;padding-top: 10px;&lt;BR /&gt;padding-left:25px;&lt;BR /&gt;padding-bottom: 5px;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 12:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-padding-except-buttons-and-text-objects/m-p/1823294#M67538</guid>
      <dc:creator>ylchuang</dc:creator>
      <dc:date>2021-07-20T12:22:21Z</dc:date>
    </item>
  </channel>
</rss>

