@proprioo/salatim 32.3.1 → 32.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **32.3.2**
4
+
5
+ * Fix: improve Fieldset layout by using same font for span as Legend
6
+
3
7
  **32.3.1**
4
8
 
5
9
  * Fix: improve Fieldset layout
package/lib/index.js CHANGED
@@ -2029,7 +2029,8 @@ object-assign
2029
2029
 
2030
2030
  > span {
2031
2031
  display: inline-block;
2032
- padding: 0;
2032
+ padding: 0 ${F(18)};
2033
+ font-size: ${_.smaller};
2033
2034
  }
2034
2035
  }
2035
2036
  }