allaw-ui 4.7.4 → 4.7.5

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.
@@ -4,6 +4,7 @@
4
4
  display: flex;
5
5
  align-items: center;
6
6
  justify-content: center;
7
+ width: 100%;
7
8
  z-index: 0;
8
9
  isolation: isolate;
9
10
  }
@@ -14,6 +15,7 @@
14
15
  display: flex;
15
16
  align-items: center;
16
17
  justify-content: center;
18
+ width: 100%;
17
19
  }
18
20
 
19
21
  /* Couches d'effet glowing */
@@ -174,6 +176,7 @@
174
176
  border: 2px solid #fff;
175
177
  border-radius: 16px;
176
178
  background: #ffffff;
179
+ width: 100%;
177
180
  z-index: 1;
178
181
  }
179
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.7.4",
3
+ "version": "4.7.5",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",