@rh-support/manage 2.5.40 → 2.5.41

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.
@@ -123,7 +123,7 @@
123
123
  .toolbar-right {
124
124
  flex: 1 1 35%;
125
125
  max-width: 35%;
126
- margin-left: auto;
126
+ padding: 0px 16px;
127
127
  }
128
128
  }
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.40",
3
+ "version": "2.5.41",
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": "60ca9bb964b292380cd258edc372803a9a387f57"
106
+ "gitHead": "4bee35b87e0078a62064ee31c363ce3d11cbe539"
107
107
  }