fix
ci / docker (backend, backend/Dockerfile, backend) (push) Successful in 19s
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Successful in 47s

This commit is contained in:
2025-10-16 16:22:58 +02:00
parent 9405f07f06
commit d7c65ed551
+6
View File
@@ -1348,6 +1348,8 @@ button.icon-button.ghost:hover:not([disabled]) {
color: var(--fg); color: var(--fg);
padding: 0.2rem 0.7rem; padding: 0.2rem 0.7rem;
border-radius: 1rem; border-radius: 1rem;
max-width: 100%;
word-break: break-word;
} }
.document-card.selected .document-card__title { .document-card.selected .document-card__title {
@@ -1405,6 +1407,8 @@ button.icon-button.ghost:hover:not([disabled]) {
.doc-name__title { .doc-name__title {
font-weight: 600; font-weight: 600;
max-width: 100%;
word-break: break-word;
} }
.doc-name__tags { .doc-name__tags {
@@ -1547,6 +1551,8 @@ button.icon-button.ghost:hover:not([disabled]) {
align-items: center; align-items: center;
gap: 0.4rem; gap: 0.4rem;
margin: 0.25rem 0 0.5rem; margin: 0.25rem 0 0.5rem;
max-width: 100%;
word-break: break-word;
} }
.detail-panel .doc-title-edit { .detail-panel .doc-title-edit {