@triptease/tt-navbar 0.0.53 → 0.0.55

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.53
2
+ * @triptease/tt-navbar v0.0.55
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -845,6 +845,7 @@ var styles = i`
845
845
  display: flex;
846
846
  align-items: center;
847
847
  padding: var(--space-scale-1) 0;
848
+ margin-bottom: var(--space-scale-2);
848
849
  }
849
850
 
850
851
  #client-selector tt-combobox {