allaw-ui 3.9.2 → 3.9.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.
@@ -59,8 +59,8 @@
59
59
  justify-content: space-between;
60
60
  align-items: flex-start;
61
61
  align-self: stretch;
62
- width: calc(100% - 100px);
63
- overflow: hidden;
62
+ width: calc(100%);
63
+ overflow: visible;
64
64
  position: relative;
65
65
  z-index: 2;
66
66
  }
@@ -130,6 +130,7 @@
130
130
  display: flex;
131
131
  gap: 8px;
132
132
  margin-top: 16px;
133
+ overflow: visible;
133
134
  }
134
135
 
135
136
  .case-card-mobile .case-card-next-appointment-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",