@useblu/ocean-core 1.52.1 → 1.52.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
@@ -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.52.2](https://github.com/ocean-ds/ocean-web/compare/v1.52.1...v1.52.2) (2024-01-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add padding breadcumb ([#1090](https://github.com/ocean-ds/ocean-web/issues/1090)) ([63becce](https://github.com/ocean-ds/ocean-web/commit/63beccebc27af53c80944327b56edc08ead726f6))
11
+
6
12
  ## [1.52.1](https://github.com/ocean-ds/ocean-web/compare/v1.52.0...v1.52.1) (2024-01-22)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3768,6 +3768,7 @@
3768
3768
  align-items: center;
3769
3769
  display: flex;
3770
3770
  gap: 4px;
3771
+ padding: 6px 0;
3771
3772
  }
3772
3773
  .ods-breadcrumb svg {
3773
3774
  color: #b6b9cc;