<?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: Table row height in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483624#M33552</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Add the below code in your dashboard XML, it's a hidden panel.&lt;BR /&gt;
&lt;CODE&gt;line-height&lt;/CODE&gt; - to change cell height&lt;BR /&gt;
&lt;CODE&gt;font-size&lt;/CODE&gt; - to change text/font size&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row depends="$hidden$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          td {
           line-height: 10px !important;
           font-size: 5px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;accept &amp;amp; upvote the answer if it helps.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2020 11:14:29 GMT</pubDate>
    <dc:creator>gaurav_maniar</dc:creator>
    <dc:date>2020-02-28T11:14:29Z</dc:date>
    <item>
      <title>Table row height</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483623#M33551</link>
      <description>&lt;P&gt;Is it possible to adjust the height of table rows on the dashboard, in order to facilitate a smaller font and thus fitting more on screen? I've tried setting via css but it only let me sets the column width and even that is subjective.&lt;/P&gt;
&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 22:50:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483623#M33551</guid>
      <dc:creator>rhookings</dc:creator>
      <dc:date>2020-06-22T22:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table row height</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483624#M33552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Add the below code in your dashboard XML, it's a hidden panel.&lt;BR /&gt;
&lt;CODE&gt;line-height&lt;/CODE&gt; - to change cell height&lt;BR /&gt;
&lt;CODE&gt;font-size&lt;/CODE&gt; - to change text/font size&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row depends="$hidden$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          td {
           line-height: 10px !important;
           font-size: 5px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;accept &amp;amp; upvote the answer if it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 11:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483624#M33552</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2020-02-28T11:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table row height</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483625#M33553</link>
      <description>&lt;P&gt;Worked perfectly, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:24:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-row-height/m-p/483625#M33553</guid>
      <dc:creator>rhookings</dc:creator>
      <dc:date>2020-03-11T11:24:14Z</dc:date>
    </item>
  </channel>
</rss>

