@useblu/ocean-core 1.37.0 → 1.37.1

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.37.1](https://github.com/ocean-ds/ocean-web/compare/v1.37.0...v1.37.1) (2022-10-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - component link with icons ([#1032](https://github.com/ocean-ds/ocean-web/issues/1032)) ([5ea2bbb](https://github.com/ocean-ds/ocean-web/commit/5ea2bbbc32482a0e0c8224bbdcd2decb30aa6517))
11
+
6
12
  # [1.37.0](https://github.com/ocean-ds/ocean-web/compare/v1.36.3...v1.37.0) (2022-10-20)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -2328,7 +2328,6 @@
2328
2328
  align-items: center;
2329
2329
  display: flex;
2330
2330
  flex-direction: row;
2331
- justify-content: center;
2332
2331
  }
2333
2332
  .ods-link svg {
2334
2333
  margin-left: 4px;