Skip to content

Commit 666b73f

Browse files
committed
chore: gap added between copy info
1 parent 2f73358 commit 666b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/Authorization/APITokens/GenerateModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const GenerateModal = ({
5858
<GenericModal.Header title={`API Token ${modelType}`} />
5959
<GenericModal.Body>
6060
<div className="flexbox-col dc__gap-20 p-20">
61-
<div>
61+
<div className="flexbox-col dc__gap-4">
6262
<h4 className="m-0">Copy and store this token safely, you won’t be able to view it again.</h4>
6363
<p className="cn-7 fs-12 lh-1-5 m-0">
6464
You can regenerate a token anytime. If you do, remember to update any scripts or

0 commit comments

Comments
 (0)