Add files via upload

This commit is contained in:
公明
2026-07-22 11:11:52 +08:00
committed by GitHub
parent 75163f9269
commit fce4ffe3c4
2 changed files with 50 additions and 45 deletions
+2 -1
View File
@@ -5468,7 +5468,7 @@ html[data-theme="dark"] .login-card .login-submit:disabled {
#mcp-detail-modal .detail-code-card {
padding: 0;
overflow: hidden;
overflow: auto;
background: #f8fafc;
border: 1px solid rgba(148, 163, 184, 0.2);
border-radius: 8px;
@@ -5530,6 +5530,7 @@ html[data-theme="dark"] .login-card .login-submit:disabled {
font-size: 0.84rem;
line-height: 1.7;
white-space: pre-wrap;
overflow: auto;
overflow-wrap: anywhere;
word-break: break-word;
}