Wrap long mapping values instead of truncating with ellipsis

https://claude.ai/code/session_01CwcZK8nqL8pyBH9AxDs9qo
This commit is contained in:
Claude
2026-04-02 12:12:08 +00:00
parent 0b4fbe1efc
commit abeb79a93f
+1 -1
View File
@@ -80,7 +80,7 @@ header h1 { font-size: 24px; font-weight: 600; }
text-transform: uppercase; letter-spacing: 0.5px;
color: #6b7280; padding: 8px 10px; border-bottom: 1px solid #e5e7eb;
}
.mapping-table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mapping-table td { word-break: break-all; }
.mapping-table td {
padding: 8px 10px; border-bottom: 1px solid #f3f4f6; font-size: 13px;
}