noph-ui 0.24.14 → 0.24.15

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.
@@ -441,7 +441,7 @@
441
441
 
442
442
  .input-wrapper {
443
443
  display: flex;
444
- flex-wrap: wrap;
444
+ flex-wrap: wrap-reverse;
445
445
  align-items: baseline;
446
446
  min-width: 0;
447
447
  flex-direction: row-reverse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.24.14",
3
+ "version": "0.24.15",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {