forstok-ui-lib 6.19.3 → 6.19.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "6.19.3",
3
+ "version": "6.19.4",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -1997,6 +1997,7 @@ export const MuteLabel = styled.span<{ $size?: 'medium' }>`
1997
1997
  `}
1998
1998
  `
1999
1999
  export const InputGroup = styled.article<{ $mode?: string, $required?: boolean }>`
2000
+ line-height: normal;
2000
2001
  > label,
2001
2002
  > aside {
2002
2003
  ${formLabel}