<?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: Add spaces between rows in dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492136#M46002</link>
    <description>&lt;P&gt;Hi  balash1979,&lt;BR /&gt;
probably there's an error in your question, at row 7 it's &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt; instead &lt;CODE&gt;&amp;lt;/panel&amp;gt;&lt;/CODE&gt;,otherwise it doesn't run! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Anyway, to add an empty row you can insert an html box in a row:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
          &amp;lt;html&amp;gt;
               &amp;lt;div style="width:100%;height:100%;text-align:center;"&amp;gt;
               &amp;lt;/div&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;On which you can choose the dimension of the box.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 13:56:46 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-10-02T13:56:46Z</dc:date>
    <item>
      <title>Add spaces between rows in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492135#M46001</link>
      <description>&lt;P&gt;I have the following code in my dashboard and I want to see spaces between rows &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard theme="dark"&amp;gt;
&amp;lt;row&amp;gt;   &amp;lt;--- 1st row
&amp;lt;panel&amp;gt;
&amp;lt;title&amp;gt;
&amp;lt;search&amp;gt; &amp;lt;/search&amp;gt;
&amp;lt;/panel&amp;gt; 
&amp;lt;/panel&amp;gt;
&amp;lt;title&amp;gt;
&amp;lt;search&amp;gt; &amp;lt;/search&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt; &amp;lt;---- 2nd row starts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Basically,  i have 2 rows. Each row has 2 panels. How can I add a space between 2 rows so my dashboard is readable ?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 13:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492135#M46001</guid>
      <dc:creator>balash1979</dc:creator>
      <dc:date>2019-10-02T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add spaces between rows in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492136#M46002</link>
      <description>&lt;P&gt;Hi  balash1979,&lt;BR /&gt;
probably there's an error in your question, at row 7 it's &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt; instead &lt;CODE&gt;&amp;lt;/panel&amp;gt;&lt;/CODE&gt;,otherwise it doesn't run! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Anyway, to add an empty row you can insert an html box in a row:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
          &amp;lt;html&amp;gt;
               &amp;lt;div style="width:100%;height:100%;text-align:center;"&amp;gt;
               &amp;lt;/div&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;On which you can choose the dimension of the box.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 13:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492136#M46002</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-02T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add spaces between rows in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492137#M46003</link>
      <description>&lt;P&gt;You are correct. There is a typo in my original code. &lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 17:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/492137#M46003</guid>
      <dc:creator>balash1979</dc:creator>
      <dc:date>2019-10-02T17:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add spaces between rows in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/752652#M59147</link>
      <description>&lt;P&gt;For me this worked as a dividing bar between rows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;&amp;lt;div style="width:100%;height:1px;text-align:center; border-bottom: 2px solid #AA0000; padding: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; margin-top: 10px;"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 11:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-spaces-between-rows-in-dashboard/m-p/752652#M59147</guid>
      <dc:creator>Jordi-Lobo</dc:creator>
      <dc:date>2025-09-03T11:56:44Z</dc:date>
    </item>
  </channel>
</rss>

