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!

How to Monitor Google Kubernetes Engine (GKE)

We’ve looked at how to integrate Kubernetes environments with Splunk Observability Cloud, but what about ...

Index This | How can you make 45 using only 4?

October 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

Splunk Education Goes to Washington | Splunk GovSummit 2024

If you’re in the Washington, D.C. area, this is your opportunity to take your career and Splunk skills to the ...