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 2f73358 commit 666b73fCopy full SHA for 666b73f
src/Pages/GlobalConfigurations/Authorization/APITokens/GenerateModal.tsx
@@ -58,7 +58,7 @@ const GenerateModal = ({
58
<GenericModal.Header title={`API Token ${modelType}`} />
59
<GenericModal.Body>
60
<div className="flexbox-col dc__gap-20 p-20">
61
- <div>
+ <div className="flexbox-col dc__gap-4">
62
<h4 className="m-0">Copy and store this token safely, you won’t be able to view it again.</h4>
63
<p className="cn-7 fs-12 lh-1-5 m-0">
64
You can regenerate a token anytime. If you do, remember to update any scripts or
0 commit comments