Splunk Dev

Web Framework set textinput size/width?

unclethan
Path Finder

I have a web framework page with a textinput inside a dashboard-cell, and was wondering how to set the size of the textinput?

<div class="dashboard-cell" style="width: 500px;">
{% textinput id="search_box" value="$search_args$"|token_safe default="" style="width: 500px;" %}
</div>

Setting the width does not seem to work.

Thank.

Tags (4)
0 Karma

akazarov
Path Finder

Add something like

input[type="text"] { min-width: 70px; max-width:130px;}

to your application.css.

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 ...