@useblu/ocean-core 1.39.3 → 1.39.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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.39.4](https://github.com/ocean-ds/ocean-web/compare/v1.39.3...v1.39.4) (2022-12-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adds a 8px margin to the input component label ([#1052](https://github.com/ocean-ds/ocean-web/issues/1052)) ([aa70f39](https://github.com/ocean-ds/ocean-web/commit/aa70f39a41e81c8a4af1d2d2eaaf89b1ef6cace1))
11
+
6
12
  ## [1.39.3](https://github.com/ocean-ds/ocean-web/compare/v1.39.2...v1.39.3) (2022-12-22)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1052,6 +1052,7 @@
1052
1052
  align-items: center;
1053
1053
  display: flex;
1054
1054
  flex-direction: row;
1055
+ margin-bottom: 8px;
1055
1056
  text-align: center;
1056
1057
  }
1057
1058
  .ods-form-control__label {