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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...