@rh-support/troubleshoot 2.2.54 → 2.2.55

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.
@@ -603,12 +603,12 @@ ul.pf-v5-c-menu__list,
603
603
  margin-bottom: 0px;
604
604
  }
605
605
 
606
- div.related-ticket-search-input-container#related-ticket-search-container {
606
+ div.related-tasks-search-input-container#related-tasks-search-container {
607
607
  float: right;
608
608
  margin-bottom: 1rem;
609
609
  }
610
610
 
611
- .related-ticket-search-input {
611
+ .related-tasks-search-input {
612
612
  width: 25rem;
613
613
  }
614
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.2.54",
3
+ "version": "2.2.55",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -132,5 +132,5 @@
132
132
  "defaults and supports es6-module",
133
133
  "maintained node versions"
134
134
  ],
135
- "gitHead": "3af2685f5867c245192ae251dd5457029b59965d"
135
+ "gitHead": "45a60d97e39480d8ad93584ebaad57417debe92f"
136
136
  }