<?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 How to resize text in HTML dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323303#M20846</link>
    <description>&lt;P&gt;i try to resize some textinputs with css but it does not work as assumed.&lt;/P&gt;

&lt;P&gt;this is my css:&lt;/P&gt;

&lt;H1&gt;input4{&lt;/H1&gt;

&lt;P&gt;width : 800px !important;&lt;BR /&gt;
 height :100px !important;&lt;BR /&gt;
 }&lt;/P&gt;

&lt;P&gt;but the textinput is always the same size, just the next textinput 5 is moved into the right corner and to the bottom. it looks like the div size is changed but not the inputtext element??&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2017 12:27:42 GMT</pubDate>
    <dc:creator>nikkkc</dc:creator>
    <dc:date>2017-09-05T12:27:42Z</dc:date>
    <item>
      <title>How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323303#M20846</link>
      <description>&lt;P&gt;i try to resize some textinputs with css but it does not work as assumed.&lt;/P&gt;

&lt;P&gt;this is my css:&lt;/P&gt;

&lt;H1&gt;input4{&lt;/H1&gt;

&lt;P&gt;width : 800px !important;&lt;BR /&gt;
 height :100px !important;&lt;BR /&gt;
 }&lt;/P&gt;

&lt;P&gt;but the textinput is always the same size, just the next textinput 5 is moved into the right corner and to the bottom. it looks like the div size is changed but not the inputtext element??&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:27:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323303#M20846</guid>
      <dc:creator>nikkkc</dc:creator>
      <dc:date>2017-09-05T12:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323304#M20847</link>
      <description>&lt;P&gt;Try adding this CSS.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.input-text &amp;gt; div &amp;gt; input[type=text] {
  width: 90% !important;
  max-width: 90% !important;
  min-width: 90% !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You are encountering an issue I have fought much and tried to find a generic workaround. Here is a little more explanation.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://gist.github.com/thibodux/408a685dc1a46af5f4f73f7c2922e47e"&gt;https://gist.github.com/thibodux/408a685dc1a46af5f4f73f7c2922e47e&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 13:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323304#M20847</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-09-05T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323305#M20848</link>
      <description>&lt;P&gt;ok in general, this works but it is for every input field, this is not what i want&lt;/P&gt;

&lt;P&gt;input&lt;BR /&gt;
{ width:500px;}&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 13:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323305#M20848</guid>
      <dc:creator>nikkkc</dc:creator>
      <dc:date>2017-09-05T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323306#M20849</link>
      <description>&lt;P&gt;Did you try what I suggested in my answer?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 14:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323306#M20849</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-09-05T14:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323307#M20850</link>
      <description>&lt;P&gt;Ok wow, it seems this works, but does this also work for height? i would like to build a multiline text input&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 14:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323307#M20850</guid>
      <dc:creator>nikkkc</dc:creator>
      <dc:date>2017-09-05T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to resize text in HTML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323308#M20851</link>
      <description>&lt;P&gt;No clue. Try adding height setting to &lt;CODE&gt;#input4 &amp;gt; div &amp;gt; input[type=text]&lt;/CODE&gt; to see.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 15:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-resize-text-in-HTML-dashboard/m-p/323308#M20851</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-09-05T15:10:34Z</dc:date>
    </item>
  </channel>
</rss>

