cors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user