This commit is contained in:
2025-11-02 02:57:02 +01:00
parent b561f46d2c
commit f7b274c1ec
3 changed files with 107 additions and 9 deletions
+11
View File
@@ -1006,6 +1006,17 @@ button.danger:hover:not([disabled]) {
height: 100%;
}
.document-viewer__object--ocr-text {
width: 100%;
height: 100%;
margin: 0;
overflow: auto;
padding: 1rem 0;
font-size: 1rem;
white-space: pre-wrap;
font-family: inherit;
}
.document-viewer__message--error {
color: var(--danger);
}