noph-ui 0.17.8 → 0.17.9

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.
@@ -403,7 +403,6 @@
403
403
 
404
404
  .input-wrapper {
405
405
  display: flex;
406
- flex-wrap: wrap;
407
406
  align-items: baseline;
408
407
  min-width: 0;
409
408
  }
@@ -485,7 +484,7 @@
485
484
  margin-bottom: var(--bottom-space, 0.5rem);
486
485
  }
487
486
  .content .input-wrapper .input {
488
- min-width: 4rem;
487
+ min-width: 0;
489
488
  }
490
489
  :global(.content .input-wrapper .np-chip-set) {
491
490
  margin-top: calc(var(--top-space, 1.5rem) - 4px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.17.8",
3
+ "version": "0.17.9",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {