#Width of vertical stack / select / dropdown
1 messages · Page 1 of 1 (latest)
You can use the bubble card built in styling. Add the following style in the editor, or via the style: section in YAML. No card-mod needed. Default width is 200px.
.bubble-select {
--bubble-select-list-width: 300px;
}