pcm-shared-components 0.0.98 → 0.0.99

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.
@@ -220,9 +220,10 @@ export const GenericAppBar = props => {
220
220
  }), menu.displayDivider ? menu_divider : /*#__PURE__*/React.createElement("div", {
221
221
  className: ""
222
222
  })) : /*#__PURE__*/React.createElement("div", {
223
+ className: "h-full my-auto",
223
224
  key: `main_menu_item_${idx}`
224
225
  }, /*#__PURE__*/React.createElement("div", {
225
- className: "flex flex-row",
226
+ className: "flex flex-row h-full m-auto",
226
227
  key: `main_sub_items_${new Date()}`
227
228
  }, /*#__PURE__*/React.createElement(Tooltip, {
228
229
  title: menu.name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {