@wwtdev/bsds-css 3.0.8 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6352,6 +6352,7 @@ a.bs-text-button {
6352
6352
  .bs-tooltip {
6353
6353
  display: block;
6354
6354
  padding: var(--bs-space-4);
6355
+ flex-direction: unset; /* unset flex-col coming from BsPopover */
6355
6356
  font-size: var(--bs-text-sm);
6356
6357
  color: var(--bs-ink-accent-2);
6357
6358
  text-align: center;