@useblu/ocean-core 1.38.0 → 1.38.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.38.3](https://github.com/ocean-ds/ocean-web/compare/v1.38.2...v1.38.3) (2022-12-08)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove input margin ([#1045](https://github.com/ocean-ds/ocean-web/issues/1045)) ([b6de455](https://github.com/ocean-ds/ocean-web/commit/b6de455319ef90bfbcdf3df74557788b3f21daea))
11
+
6
12
  # [1.38.0](https://github.com/ocean-ds/ocean-web/compare/v1.37.2...v1.38.0) (2022-11-10)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1399,7 +1399,6 @@
1399
1399
  padding: 0 16px;
1400
1400
  }
1401
1401
  .ods-input--left .ods-input__adornment {
1402
- margin-right: -12px;
1403
1402
  padding: 0 0 0 16px;
1404
1403
  }
1405
1404
  .ods-input--right .ods-input__adornment {