Wrap long mapping values instead of truncating with ellipsis
https://claude.ai/code/session_01CwcZK8nqL8pyBH9AxDs9qo
This commit is contained in:
@@ -80,7 +80,7 @@ header h1 { font-size: 24px; font-weight: 600; }
|
|||||||
text-transform: uppercase; letter-spacing: 0.5px;
|
text-transform: uppercase; letter-spacing: 0.5px;
|
||||||
color: #6b7280; padding: 8px 10px; border-bottom: 1px solid #e5e7eb;
|
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 {
|
.mapping-table td {
|
||||||
padding: 8px 10px; border-bottom: 1px solid #f3f4f6; font-size: 13px;
|
padding: 8px 10px; border-bottom: 1px solid #f3f4f6; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user