Dashboards & Visualizations

Can i control the height of a input type ?

HattrickNZ
Motivator
  <row>
    <panel>
      <input type="checkbox" token="Registrations">
        <label></label>
        <choice value="Registered Subscribers">Registered Subscribers</choice>
      </input>
    </panel>
</row>

I am thinking something like this:
500

I know this works for inside chart tags but what about panels that have input types? tks

Labels (1)
0 Karma

vnravikumar
Champion

Hi

You can try with CSS like

<form>
  <label>checkbox</label>
       <row>
     <panel>
       <input type="checkbox" token="Registrations" id="chk">
         <label></label>
         <choice value="Registered Subscribers">Registered Subscribers</choice>
       </input>
     </panel>
 </row>
 <row depends="$hide$">
   <html>
     <style>
     #chk  div[data-component="splunk-core:/splunkjs/mvc/components/CheckboxGroup"]{
        height:150px !important;
       }
     </style>
   </html>
 </row>
</form>
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...