mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-05 15:26:38 +08:00
fix: Add flex-shrink utility to buttons and profile elements for better layout consistency
This commit is contained in:
@@ -128,7 +128,7 @@ export function WebhookConfig() {
|
||||
type="url"
|
||||
required
|
||||
/>
|
||||
<Button type="submit" disabled={loading} className="w-20">
|
||||
<Button type="submit" disabled={loading} className="flex-shrink-0">
|
||||
{loading ? (
|
||||
<Loader2 className="w-4 h-4 animate-spin" />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user