I have a v_select in a ui_template which, on initial load looks like
which is fine. On making a selection I see this
The label has moved up into the border, which is as it should be, but the top of the text is chopped off. I have tried putting a top margin on the div, but that moves the whole thing down so that the lower edge moves into cell below. It seems that the v_select is sized to take up the whole row height, but that the text extends off the top of the cell.
I have tried understanding the CSS but it is beyond my knowledge boundaries so any help would be appreciated.
All I have in the template is
<template>
<div>
<v-select
label="States"
:items="['California', 'Colorado', 'Florida', 'Georgia', 'Texas', 'Wyoming']"
variant="outlined"
hide-details
>
</v-select>
</div>
</template>
To see the problem place the widget at the top of the group.
[{"id":"754f20a403568cb8","type":"ui-template","z":"997da33a0beedade","group":"4f87bd59a15b847e","page":"","ui":"","name":"Test template","order":1,"width":0,"height":0,"head":"","format":"<template>\n <div>\n <v-select\n label=\"States\"\n :items=\"['California', 'Colorado', 'Florida', 'Georgia', 'Texas', 'Wyoming']\"\n variant=\"outlined\"\n hide-details\n >\n </v-select>\n </div>\n</template>\n","storeOutMessages":true,"passthru":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":450,"y":60,"wires":[[]]},{"id":"4f87bd59a15b847e","type":"ui-group","name":"test","page":"c6ff182a4185f2f2","width":"6","height":"1","order":3,"showTitle":false,"className":"","visible":"true","disabled":"false"},{"id":"c6ff182a4185f2f2","type":"ui-page","name":"Test page","ui":"ID-BASE-1","path":"/testpage","icon":"home","layout":"grid","theme":"f9b6670b127dc219","breakpoints":[{"name":"Default","px":"0","cols":"3"},{"name":"Tablet","px":"576","cols":"6"},{"name":"Small Desktop","px":"768","cols":"9"},{"name":"Desktop","px":"1024","cols":"12"}],"order":5,"className":"","visible":"true","disabled":"false"},{"id":"ID-BASE-1","type":"ui-base","name":"Dashboard","path":"/dashboard","appIcon":"","includeClientData":true,"acceptsClientConfig":["ui-control","ui-notification","ui-gauge-classic"],"showPathInSidebar":false,"headerContent":"page","titleBarStyle":"default","showReconnectNotification":false,"notificationDisplayTime":"1","showDisconnectNotification":true,"allowInstall":true},{"id":"f9b6670b127dc219","type":"ui-theme","name":"FlowForge Theme","colors":{"surface":"#152a47","primary":"#005aff","bgPage":"#ffffff","groupBg":"#ffffff","groupOutline":"#cc3e3e"},"sizes":{"pagePadding":"12px","groupGap":"12px","groupBorderRadius":"4px","widgetGap":"12px","density":"default"}}]