@bigbinary/neeto-molecules 1.0.22 → 1.0.24

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.
@@ -6125,14 +6125,14 @@ var Row = function Row(_ref) {
6125
6125
  disabled: data.ipStart.length < TRUNCATE_LENGTH,
6126
6126
  position: "top"
6127
6127
  }, /*#__PURE__*/React.createElement(Typography, {
6128
- className: "w-4/12 flex-grow px-3 py-2 text-left",
6128
+ className: "flex w-4/12 flex-grow items-center px-3 py-2 text-left",
6129
6129
  style: "body2"
6130
6130
  }, truncate(data.ipStart, TRUNCATE_LENGTH))), /*#__PURE__*/React.createElement(Tooltip, {
6131
6131
  content: data.ipEnd,
6132
6132
  disabled: data.ipEnd.length < TRUNCATE_LENGTH,
6133
6133
  position: "top"
6134
6134
  }, /*#__PURE__*/React.createElement(Typography, {
6135
- className: "w-4/12 flex-grow px-3 py-2 text-left",
6135
+ className: "flex w-4/12 flex-grow items-center px-3 py-2 text-left",
6136
6136
  style: "body2"
6137
6137
  }, truncate(data.ipEnd, TRUNCATE_LENGTH))), /*#__PURE__*/React.createElement("div", {
6138
6138
  className: "w-4/12 flex-grow px-3 py-2 text-center"