allaw-ui 4.0.4 → 4.0.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.
@@ -121,6 +121,12 @@
121
121
 
122
122
  /* Media queries pour les largeurs en fonction du viewport */
123
123
  @media (min-width: 1152px) {
124
+ .nameTagContainer {
125
+ width: 242px;
126
+ min-width: 242px;
127
+ max-width: 242px;
128
+ }
129
+
124
130
  .phoneInputContainer {
125
131
  width: 190px;
126
132
  min-width: 190px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",