← back to CelebritySignatures
fix card name + category-tag clipping (wrap long surnames instead of overflow-hidden)
5528234a86abea9f095cd8ac7b8cdae8e5504a9c · 2026-06-19 09:57:56 -0700 · SteveStudio2
Files touched
Diff
commit 5528234a86abea9f095cd8ac7b8cdae8e5504a9c
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Fri Jun 19 09:57:56 2026 -0700
fix card name + category-tag clipping (wrap long surnames instead of overflow-hidden)
---
public/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index 6717fbf..54f9160 100644
--- a/public/index.html
+++ b/public/index.html
@@ -25,9 +25,9 @@
.sig { height:120px; display:flex; align-items:center; justify-content:center; padding:16px; background:#fff; border-bottom:1px solid var(--line); }
.sig img { max-width:100%; max-height:100%; object-fit:contain; }
.meta { padding:11px 13px 13px; display:flex; flex-direction:column; gap:6px; flex:1; }
- .name { font-weight:600; font-size:14.5px; line-height:1.25; }
- .row { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
- .tag { font-size:11px; padding:2px 8px; border-radius:999px; background:#eee; color:#444; }
+ .name { font-weight:600; font-size:14.5px; line-height:1.25; overflow-wrap:break-word; word-break:break-word; hyphens:auto; }
+ .row { display:flex; align-items:center; gap:6px; flex-wrap:wrap; min-width:0; }
+ .tag { font-size:11px; padding:2px 8px; border-radius:999px; background:#eee; color:#444; max-width:100%; overflow-wrap:break-word; word-break:break-word; }
.badge { font-size:11px; padding:2px 8px; border-radius:999px; font-weight:600; }
.b-low { background:#e3f3e6; color:#1d7a36; } .b-medium { background:#fdf1d8; color:#9a6b00; } .b-high { background:#fae0df; color:#b3261e; }
.use-yes { background:#1d7a36; color:#fff; } .use-perm { background:#9a6b00; color:#fff; } .use-review { background:#777; color:#fff; }
← a60c49a deploy: ship deceased-only catalog to celebrity.designerwall
·
back to CelebritySignatures
·
narrow catalog to historical figures (Declaration + Politics f4efd0f →