@aquera/nile-elements 1.2.1-beta-1.1 → 1.2.1-beta-1.2

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "1.2.1-beta-1.1",
6
+ "version": "1.2.1-beta-1.2",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -318,6 +318,7 @@ justify-content: center;
318
318
 
319
319
  .unit-input-container {
320
320
  display: flex;
321
+ line-height: 0;
321
322
  justify-content: space-between;
322
323
  gap: var(--nile-spacing-md, var(--ng-spacing-md));
323
324
  padding: var(--nile-spacing-none, var(--ng-spacing-none))