Files
papercrate/frontend/src/styles/documents/shared-snippets.css
T
2025-11-18 13:16:35 +01:00

22 lines
318 B
CSS

.doc-list__name {
width: 100%;
}
.doc-list__name-content {
display: inline-flex;
align-items: center;
gap: 0.22rem;
max-width: 100%;
}
.doc-list__name-content span {
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
}
.preview-pane__nav-button svg {
width: 100%;
height: 100%;
}