In a single value element, the text size always adjusted dynamically to the element's height. E.g., if you use the mouse to increase the single element's height, the text becomes larger. However, once you add the tag version="1.1" to the topmost dashboard or form element, the text size is fixed and does not adjust to changing heights any more. Reproduction In Splunk's web UI, create a new "classic" dashboard Add a single value visualization with the following search: index=_internal | timechart count Use the mouse to make the panel higher Notice how the single element's font size adjusted to the higher panel (it increased dynamically) Save the dashboard Edit the dashboard's source: change <dashboard> to <dashboard version="1.1"> Save the dashboard Refresh the page (press F5) The single element's font size is now smaller and it does not adjust to changed heights Revert the changes in the source, save the dashboard, and refresh the page The font size is adjusted correctly again A screen recording is available here: https://www.youtube.com/watch?v=M_btqoyDg2I My test environment: Splunk Enterprise 8.2.1 Chrome 92 Update 2021-09-23 Still unfixed in Splunk Enterprise 8.2.2.1
... View more