소스 검색

Center warning text vertically in alert box

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris 1 주 전
부모
커밋
276a9a8361
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/TableControlPage.tsx

+ 1 - 1
frontend/src/pages/TableControlPage.tsx

@@ -695,7 +695,7 @@ export function TableControlPage() {
                 </CardTitle>
                 <CardDescription className="hidden sm:block">Send raw commands to the table controller</CardDescription>
                 {/* Warning about pattern interference */}
-                <Alert className="flex items-start border-amber-500/50 py-2">
+                <Alert className="flex items-center border-amber-500/50 py-2">
                   <span className="material-icons-outlined text-amber-500 text-base mr-2 shrink-0">warning</span>
                   <AlertDescription className="text-xs text-amber-600 dark:text-amber-400">
                     Do not use while a pattern is running. This will interfere with the main connection.