@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.
package/dist/wwt-bsds.css CHANGED
@@ -7791,6 +7791,7 @@ a.bs-text-button {
7791
7791
  .bs-tooltip {
7792
7792
  display: block;
7793
7793
  padding: var(--bs-space-4);
7794
+ flex-direction: unset; /* unset flex-col coming from BsPopover */
7794
7795
  font-size: var(--bs-text-sm);
7795
7796
  color: var(--bs-ink-accent-2);
7796
7797
  text-align: center;