@rh-support/troubleshoot 1.0.17 → 1.0.18

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.
@@ -398,7 +398,7 @@ export default {
398
398
  '* All fields are mandatory.': '* すべてのフィールドは必須です。',
399
399
  Private: '非公開',
400
400
  'Action plan': 'アクションプラン',
401
- 'Alternate case ID': '代替ケース ID が正常に更新されました',
401
+ 'Alternate case ID': '代替ケースID',
402
402
  'Assigned to': '担当者',
403
403
  'Bookmarked searches': 'ブックマークされた検索結果',
404
404
  'Case type': 'ケースタイプ',
@@ -950,6 +950,10 @@ div.defaultViewCheckbox {
950
950
  grid-gap: 0px;
951
951
  }
952
952
 
953
+ div.defaultViewCheckbox label.pf-c-check__label {
954
+ line-height: 1rem;
955
+ }
956
+
953
957
  p.pref-case-popover-text {
954
958
  font-size: 16px;
955
959
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -142,5 +142,5 @@
142
142
  "not ie <= 11",
143
143
  "not op_mini all"
144
144
  ],
145
- "gitHead": "30ff95d969e84721b15571f7dd99a617db8956f8"
145
+ "gitHead": "8b668e214afb2821d1966a85d4d471fd33864d51"
146
146
  }