We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8041151 commit 6085763Copy full SHA for 6085763
microfrontends/SignDocuments/src/Component/component/emailComponent.js
@@ -274,8 +274,7 @@ function EmailComponent({
274
<span
275
style={{
276
color: "white",
277
- fontSize: "13px",
278
- marginTop: "2px"
+ fontSize: "13px"
279
}}
280
>
281
{data}
@@ -287,7 +286,8 @@ function EmailComponent({
287
286
src={close}
288
width={10}
289
height={10}
290
- style={{ fontWeight: "600", margin: "0 0 10px 2px" }}
+ style={{ fontWeight: "600", marginLeft: "7px" }}
+ className="emailChipClose"
291
/>
292
</div>
293
);
0 commit comments