I am creating a panel and input type select as "link".
There multiple choice filed is created, how to keep all choice button in a line using splunk classic.
<panel id="panel_id_1">
<input type="link" token="token_tab" searchWhenChanged="true" id="details">
<label></label>
<choice value="x">X</choice>
<choice value="Y">Y</choice>
<choice value="z">Z</choice>
</panel>
I want keep all choice value as X Y Z, but for me it is coming
X Y
Z
Try making the labels shorter