@useblu/ocean-core 1.59.2 → 1.59.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.59.3](https://github.com/ocean-ds/ocean-web/compare/v1.59.2...v1.59.3) (2024-06-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adjust alert content ([#1103](https://github.com/ocean-ds/ocean-web/issues/1103)) ([af0acce](https://github.com/ocean-ds/ocean-web/commit/af0acce751bfd2980665fe2530a8d6b8f4ac25db))
11
+
6
12
  ## [1.59.2](https://github.com/ocean-ds/ocean-web/compare/v1.59.1...v1.59.2) (2024-06-05)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1851,6 +1851,7 @@
1851
1851
  }
1852
1852
  .ods-alert__text {
1853
1853
  display: flex;
1854
+ flex: 1;
1854
1855
  flex-direction: column;
1855
1856
  }
1856
1857
  .ods-alert__icon {