project-booster-vue 9.56.2 → 9.56.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.56.2",
3
+ "version": "9.56.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -209,7 +209,7 @@ $responsive-breakpoint: 'm';
209
209
 
210
210
  &__input {
211
211
  margin-bottom: $mu100;
212
- width: calc(100% - 1.2rem);
212
+ width: 100%;
213
213
  padding: $mu050;
214
214
  }
215
215
  }