@app-studio/web 0.3.41 → 0.3.42

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.
@@ -2883,12 +2883,10 @@ var FieldIcons = function FieldIcons(_ref) {
2883
2883
  props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2884
2884
  return React__default.createElement(Center, Object.assign({
2885
2885
  gap: 10,
2886
- top: "50%",
2887
2886
  right: 16,
2888
2887
  zIndex: 500,
2889
2888
  wrap: "nowrap",
2890
- position: "absolute",
2891
- transform: "translateY(-50%)"
2889
+ position: "absolute"
2892
2890
  }, props), children);
2893
2891
  };
2894
2892