@clayui/css 3.115.0 → 3.115.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,17 @@
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
+ ## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **@clayui/empty-state:** LPD-2278 Add flexbox property to prevent image to overlap text ([cb3285e](https://github.com/liferay/clay/commit/cb3285e22f26058114a29b3ed5a09ae3b0c1097e))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.115.0](https://github.com/liferay/clay/compare/v3.114.0...v3.115.0) (2024-05-16)
7
18
 
8
19
 
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.115.0
3
+ * Clay 3.115.1
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -4853,14 +4853,17 @@ input[type=button].btn-block {
4853
4853
  }
4854
4854
 
4855
4855
  .c-empty-state-animation {
4856
- display: block;
4856
+ align-items: center;
4857
+ display: flex;
4858
+ flex-direction: column;
4859
+ flex-shrink: 0;
4857
4860
  margin: 5rem auto 1.5rem;
4858
4861
  max-width: 340px;
4859
4862
  text-align: center;
4860
4863
  }
4861
4864
 
4862
4865
  .c-empty-state-image {
4863
- margin: 0 auto 2rem;
4866
+ margin-bottom: -0.5rem;
4864
4867
  max-width: 250px;
4865
4868
  width: 100%;
4866
4869
  overflow-wrap: break-word;