@rh-support/troubleshoot 2.2.61 → 2.2.62
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.
|
@@ -628,7 +628,11 @@ button.pf-v5-c-toggle-group__button {
|
|
|
628
628
|
|
|
629
629
|
.top-content-suggestion-accordion {
|
|
630
630
|
.pf-v5-c-accordion .pf-v5-c-accordion__toggle {
|
|
631
|
-
padding:
|
|
631
|
+
padding: 10px 20px 10px 20px !important;
|
|
632
|
+
}
|
|
633
|
+
.pf-v5-c-accordion__toggle-text h3 {
|
|
634
|
+
font-size: 17px !important;
|
|
635
|
+
font-weight: 600;
|
|
632
636
|
}
|
|
633
637
|
.pf-v5-c-accordion__expandable-content-body {
|
|
634
638
|
padding-top: 4px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.62",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"defaults and supports es6-module",
|
|
126
126
|
"maintained node versions"
|
|
127
127
|
],
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "9edf1a3bda045f22d2d5187c7a3b154787b9c472"
|
|
129
129
|
}
|