mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Address greptile review feedback (greploop iteration 1)
Add missing display: block and marginTop: 8 to the grace period recommendation Text element, matching the original div styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
63525d1215
commit
345af54100
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ export function RegenerateKeyModal({ selectedToken, visible, onClose, onKeyUpdat
|
|||
>
|
||||
<Input placeholder="e.g. 24h, 2d (empty = immediate revoke)" />
|
||||
</Form.Item>
|
||||
<Text type="secondary" style={{ fontSize: 12 }}>
|
||||
<Text type="secondary" style={{ fontSize: 12, display: "block", marginTop: 8 }}>
|
||||
Recommended: 24h to 72h for production keys to allow seamless client migration.
|
||||
</Text>
|
||||
</Form>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue