<?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: Dashboard CSS Width setup doesn't work anymore with 9.x version ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/746290#M58700</link>
    <description>&lt;P&gt;Any working solution for 9.4.x&lt;BR /&gt;&lt;BR /&gt;Doesn't seem to be working thus far any of the suggestions.&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 08:11:20 GMT</pubDate>
    <dc:creator>yh</dc:creator>
    <dc:date>2025-05-16T08:11:20Z</dc:date>
    <item>
      <title>Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712367#M58268</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I used to use CSS Style custom values to set specific width :&lt;BR /&gt;&lt;BR /&gt;&amp;lt;row id="MasterRow"&amp;gt;&lt;BR /&gt;&amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Single value&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;#Panel1{width:15% !important;}&lt;BR /&gt;#Panel2{width:85% !important;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel id="Panel1"&amp;gt;....&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel id="Panel2"&amp;gt;....&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Still since last week update (9.xx) this code doesn't work anymore and my panels came back to normal (50/50 or 33/33/33) etc...&lt;BR /&gt;&lt;BR /&gt;Any thought about the new code it requires to fix the width/height please?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I can't afford to switch all my dashboard into Dashboard studio format for the coming weeks...&lt;BR /&gt;&lt;BR /&gt;Thank you by advance&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 14:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712367#M58268</guid>
      <dc:creator>JulienKVT</dc:creator>
      <dc:date>2025-02-24T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712527#M58290</link>
      <description>&lt;P&gt;We're seeing similar issues with&amp;nbsp;9.3.2408&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 20:58:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712527#M58290</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2025-02-25T20:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712713#M58300</link>
      <description>&lt;P&gt;Try something like this (depending on where your hidden/style panel is in the row)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row id="MasterRow"&amp;gt;
&amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
&amp;lt;title&amp;gt;Single value&amp;lt;/title&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;style&amp;gt;
#MasterRow div:nth-child(2).dashboard-cell {width:15% !important;}
#MasterRow div:nth-child(3).dashboard-cell {width:85% !important;}
&amp;lt;/style&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;panel id="Panel1"&amp;gt;....&amp;lt;/panel&amp;gt;
&amp;lt;panel id="Panel2"&amp;gt;....&amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 27 Feb 2025 16:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/712713#M58300</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-27T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/741397#M58379</link>
      <description>&lt;P&gt;Looks like there has been a change in styling (CSS) with the Splunk update. This should do the trick (note the styling for MasterRow):&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row id="MasterRow"&amp;gt;
&amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
&amp;lt;title&amp;gt;Single value&amp;lt;/title&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;style&amp;gt;
#MasterRow{display: block;}
#Panel1{width:15% !important;}
#Panel2{width:85% !important;}
&amp;lt;/style&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;panel id="Panel1"&amp;gt;....&amp;lt;/panel&amp;gt;
&amp;lt;panel id="Panel2"&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>Tue, 11 Mar 2025 10:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/741397#M58379</guid>
      <dc:creator>mhopa</dc:creator>
      <dc:date>2025-03-11T10:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/743679#M58555</link>
      <description>&lt;P&gt;I have found that just replacing &lt;STRONG&gt;width&lt;/STRONG&gt;&amp;nbsp;with &lt;STRONG&gt;max-width&lt;/STRONG&gt;&amp;nbsp;in the CSS Style works also, i.e.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;row id="MasterRow"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;title&amp;gt;Single value&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Panel1{&lt;STRONG&gt;max-width:&lt;/STRONG&gt;15% !important;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#Panel2{&lt;STRONG&gt;max-width:&lt;/STRONG&gt;85% !important;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/panel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;panel id="Panel1"&amp;gt;....&amp;lt;/panel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;panel id="Panel2"&amp;gt;....&amp;lt;/panel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/row&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 11:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/743679#M58555</guid>
      <dc:creator>Paul_Dixon</dc:creator>
      <dc:date>2025-04-07T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/746290#M58700</link>
      <description>&lt;P&gt;Any working solution for 9.4.x&lt;BR /&gt;&lt;BR /&gt;Doesn't seem to be working thus far any of the suggestions.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/746290#M58700</guid>
      <dc:creator>yh</dc:creator>
      <dc:date>2025-05-16T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard CSS Width setup doesn't work anymore with 9.x version ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/746292#M58702</link>
      <description>&lt;P&gt;The new CSS uses a flex attribute, which breaks the old definitions.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; had used the syntax below (without the flex:unset) , but since the breaking change, the flex:unset fixes the problem.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;          #header_row .dashboard-cell {
            flex:unset; 
          }
          #header_row .dashboard-cell:nth-child(1) {
            width:52% !important;
          }
          #header_row .dashboard-cell:nth-child(2) {
            width:24% !important;
          }
          #header_row .dashboard-cell:nth-child(3) {
            width:24% !important;
          }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:17:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-CSS-Width-setup-doesn-t-work-anymore-with-9-x-version/m-p/746292#M58702</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2025-05-16T08:17:42Z</dc:date>
    </item>
  </channel>
</rss>

