Skip to content

Commit

Permalink
fix: improve TextViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoTuxx committed Nov 19, 2024
1 parent c8fd09e commit 661742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/viewers/TextViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ function getLanguage(): string | undefined {
<style scoped lang="scss">
.text-container {
width: 100%;
height: 680px;
height: 100%;
}
</style>

0 comments on commit 661742c

Please sign in to comment.