Fix: Update save path display to include title attribute for better accessibility

This commit is contained in:
MasterAcnolo
2026-04-12 17:40:01 +02:00
parent 912f4042e5
commit 8fe4e7c38a
2 changed files with 6 additions and 3 deletions

View File

@@ -17,9 +17,11 @@
border-radius: 6px;
font-family: monospace;
border: 1px dashed var(--form-input-border-color);
word-break: break-all;
display: inline-block;
max-width: 80%;
display: inline-flex;
max-width: clamp(200px, 60vw, 600px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}