Fix appearance issue in clients list screen with long client ids
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 12:34:47 +01:00
parent d4de81f1fb
commit 6d341069a0
6 changed files with 25 additions and 2 deletions

View File

@@ -20,4 +20,8 @@ body {
.form-control::placeholder {
color: #555;
}
.table-break-works td {
word-break: break-all;
}