@rh-support/cases 2.6.5 → 2.6.6

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.
@@ -223,6 +223,10 @@
223
223
  border: 1px solid #ccc;
224
224
  }
225
225
 
226
+ .case-list-table td[data-label='Title'] {
227
+ text-align: start !important;
228
+ }
229
+
226
230
  .case-search-bottom .case-list-table input[type='checkbox'] {
227
231
  margin-top: 4px;
228
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -96,5 +96,5 @@
96
96
  "defaults and supports es6-module",
97
97
  "maintained node versions"
98
98
  ],
99
- "gitHead": "28515f0f6b710a4f1dc2bd46d7609a65feb15035"
99
+ "gitHead": "c3b867501d42f1a3b5cfd0ae1dd6c262003fdb23"
100
100
  }