Christian Oliff
Christian Oliff
interesting find... looks like adding this CSS works as a workaround. ```css .visually-hidden > * { max-height: 0; display: inline-block; } ```
it's best to provide a reduced test case with Codepen or Stackblitz. I made a Stackbltiz for it. https://stackblitz.com/edit/bootstrap-select-multiple-size-1?file=index.html I guess it isn't officially supported as it's not good for...
@copilot fix YAML prettier issue
Thanks for this! Looks good 👍
hey there! Interesting question. I hadn't considered creating a way for the tool to replace(rename) classes in stylesheets. I'd imagine that could potentially be added as a separate script, but...