@riboseinc/anafero-cli 0.0.21 → 0.0.22

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
@@ -31204,11 +31204,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31204
31204
  margin-bottom: 1em;
31205
31205
  }
31206
31206
  pre {
31207
- white-space: pre;
31207
+ white-space: pre-wrap;
31208
31208
  }
31209
31209
  figure {
31210
31210
  margin: 0;
31211
- margin-right: 1em;
31212
31211
  padding: 0;
31213
31212
  > pre {
31214
31213
  padding: .5em;
@@ -31240,6 +31239,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31240
31239
  width: 100%;
31241
31240
  border-collapse: collapse;
31242
31241
  border: var(--table-border);
31242
+ overflow: hidden;
31243
+ outline: 1px solid;
31244
+ outline-offset: -1px;
31245
+ outline-color: var(--spectrum-alias-border-color);
31243
31246
  font-size: 16px;
31244
31247
  tr {
31245
31248
  border-bottom: var(--table-border);