@riboseinc/anafero-cli 0.0.59 → 0.0.61

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
@@ -31869,7 +31869,11 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31869
31869
  var(--spectrum-alias-highlight-hover) 2rem);
31870
31870
  color: var(--spectrum-accent-color-1300);
31871
31871
  > li {
31872
- display: inline-block;
31872
+ display: inline;
31873
+ word-break: keep-all;
31874
+ overflow-wrap: break-word;
31875
+ white-space-collapse: collapse;
31876
+ text-wrap-style: balance;
31873
31877
  > a {
31874
31878
  &:link,
31875
31879
  &:visited {