@rh-support/manage 2.1.113 → 2.1.114

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.
@@ -148,6 +148,10 @@ div.pf-v5-c-pagination__nav-page-select {
148
148
  border-bottom: 1px solid black;
149
149
  }
150
150
 
151
+ .pf-v5-c-form-control.pf-m-disabled.issue-title-disabled {
152
+ border: none !important;
153
+ }
154
+
151
155
  .pf-v5-c-chip {
152
156
  .pf-v5-svg {
153
157
  font-size: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.1.113",
3
+ "version": "2.1.114",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "66526673b8a34858094195171b3faec5ddd9ff82"
106
+ "gitHead": "5e1a8d7c92efc0ddfec4cb6fb40c09d55197ea29"
107
107
  }