bfg-common 1.5.190 → 1.5.192

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.
@@ -88,7 +88,7 @@ watch(
88
88
  font-weight: 400;
89
89
  }
90
90
  :deep(.select) {
91
- max-width: 80px !important;
91
+ max-width: max-content !important;
92
92
  }
93
93
  }
94
94
  .frequency-end-date {
@@ -57,7 +57,7 @@
57
57
  name="name"
58
58
  />
59
59
 
60
- <label for="on-time-monthly-by-week" class="custom-radio-label">
60
+ <label for="on-time-monthly-by-week" class="custom-radio-label mr-6">
61
61
  {{ localization.scheduledTasks.the }}
62
62
  </label>
63
63
  <common-select-input
@@ -200,6 +200,7 @@ const setDefaultDateTime = () => {
200
200
  margin-top: 10px;
201
201
  :deep(.select-input__inner) {
202
202
  max-width: 100% !important;
203
+ min-width: max-content;
203
204
  }
204
205
  &.ordinary-day :deep(select) {
205
206
  min-width: 80px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.190",
4
+ "version": "1.5.192",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",
@@ -35,7 +35,7 @@
35
35
  "@vueuse/components": "^10.1.2",
36
36
  "date-fns": "^2.29.3",
37
37
  "bfg-nuxt-3-graph": "1.0.25",
38
- "bfg-uikit": "1.0.421",
38
+ "bfg-uikit": "1.0.423",
39
39
  "html2canvas": "^1.4.1",
40
40
  "prettier-eslint": "^15.0.1"
41
41
  }