@useblu/ocean-core 1.31.2 → 1.31.3

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.31.3](https://github.com/ocean-ds/ocean-web/compare/v1.31.2...v1.31.3) (2022-05-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **checkbox:** fix checkmark position ([#967](https://github.com/ocean-ds/ocean-web/issues/967)) ([f897612](https://github.com/ocean-ds/ocean-web/commit/f897612ff6c30dcc2ea7914618633f55c51d5e3a))
11
+
6
12
  ## [1.31.2](https://github.com/ocean-ds/ocean-web/compare/v1.31.1...v1.31.2) (2022-05-24)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1492,8 +1492,8 @@
1492
1492
  content: "";
1493
1493
  display: none;
1494
1494
  height: 10px;
1495
- margin-left: 7px;
1496
- margin-top: 3px;
1495
+ margin-left: 5px;
1496
+ margin-top: 1px;
1497
1497
  transform: rotate(40deg);
1498
1498
  width: 6px;
1499
1499
  }