fix(backend): Verschillende kleine fixes

This commit is contained in:
Gerald Schmittinger 2025-04-01 00:49:52 +02:00
parent dc99835a9d
commit be78e7f44d
3 changed files with 25 additions and 17 deletions

View file

@ -29,4 +29,10 @@ const learningObjectHtmlQueryResult: UseQueryReturnType<Document, Error> = useLe
margin-top: 5px;
margin-bottom: 5px;
}
:deep(img) {
max-width: 80%;
}
:deep(h2), :deep(h3), :deep(h4), :deep(h5), :deep(h6) {
margin-top: 10px;
}
</style>