fix: setting icon space issue on widgets

This commit is contained in:
RaktimaNXG
2024-08-14 20:07:14 +05:30
parent 86946a2c21
commit 24100d203f
@@ -547,7 +547,7 @@ function Placeholder(props) {
style={{
zIndex: "99",
top: "-18px",
right: props.isPlaceholder ? "50px" : "44px",
right: props.isPlaceholder ? "50px" : "30px",
color: "#188ae2",
fontSize: "14px"
}}