Dashboards & Visualizations

Hii folks..Is there any way to bring the dropdown and its label in same line in simple xml??

nivethainspire_
Explorer

Am trying to bring dropdown and its label in line,but I find no solution...Any help!!??
As far now,
My Dropdown Label is above
Dropdown and submit button is below(in same line).

In simple xml

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Yeah, you can add a custom CSS to that dashboard that has something like this in it:

div.input-dropdown {
  display: inline-flex !important;
  width: 250px !important;
}

The default width is 220px, so depending on your labels you need to make some room for them.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...