Show attachment meta data in ui

Allow to view the extracted text and results from text analysis of an
attachment.
This commit is contained in:
Eike Kettner
2020-02-08 12:23:59 +01:00
parent 070b4f8452
commit d2edddd238
4 changed files with 315 additions and 2 deletions

View File

@ -39,6 +39,15 @@
padding: 0 1em;
}
.default-layout .extracted-text {
font-family: monospace;
white-space: pre-wrap;
max-height: 20rem;
overflow: scroll;
background: floralwhite;
padding: 0.8em;
}
.markdown-preview {
overflow: auto;
max-height: 300px;