@triptease/tt-navbar 0.0.57 → 0.0.59

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.57
2
+ * @triptease/tt-navbar v0.0.59
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -840,7 +840,7 @@ var styles = i`
840
840
  opacity: 0;
841
841
  }
842
842
 
843
- .nav-toggle-button:is(:hover,:focus-within) .nav-toggle-tooltip {
843
+ .nav-toggle-button:is(:hover, :focus-within) .nav-toggle-tooltip {
844
844
  visibility: visible;
845
845
  opacity: 1;
846
846
  }
@@ -874,6 +874,9 @@ var styles = i`
874
874
  padding: var(--space-scale-1); /* match tt-combobox height */
875
875
  font-size: var(--font-size-200);
876
876
  color: var(--color-text-inverted-200);
877
+ text-wrap: nowrap;
878
+ overflow: hidden;
879
+ text-overflow: ellipsis;
877
880
  }
878
881
  `;
879
882
  export {