@riboseinc/anafero-cli 0.0.41 → 0.0.43

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/bootstrap.css CHANGED
@@ -31171,6 +31171,17 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31171
31171
  background: var(--spectrum-alias-background-color-default);
31172
31172
  border: none;
31173
31173
  border-radius: 0;
31174
+ .style_navListViewItemLink {
31175
+ white-space: nowrap;
31176
+ overflow: hidden;
31177
+ text-overflow: ellipsis;
31178
+ &:link,
31179
+ &:hover,
31180
+ &:visited {
31181
+ text-decoration: none;
31182
+ color: inherit;
31183
+ }
31184
+ }
31174
31185
  }
31175
31186
  .style_browserBar {
31176
31187
  position: fixed;