Merge pull request #1211 from TiagoRascazzi/develop

Added Saffron and PDF export format
This commit is contained in:
vabene1111
2022-01-07 10:31:13 +01:00
committed by GitHub
9 changed files with 180 additions and 43 deletions

View File

@ -276,4 +276,9 @@ export default {
}
</script>
<style></style>
<style>
#app > div > div{
break-inside: avoid;
}
</style>