diff --git a/showbits-thermal-printer-ui/src/components/CDocumentChat.vue b/showbits-thermal-printer-ui/src/components/CDocumentChat.vue index 82addf2..27550ac 100644 --- a/showbits-thermal-printer-ui/src/components/CDocumentChat.vue +++ b/showbits-thermal-printer-ui/src/components/CDocumentChat.vue @@ -43,12 +43,10 @@ function submit() { - @@ -71,11 +69,11 @@ textarea { margin-top: -16px; align-self: center; - width: fit-content; + width: 384px; /* Prevent manual resizing from changing the width. */ - min-width: fit-content; - max-width: fit-content; + min-width: 384px; + max-width: 384px; /* Emulate how typst wraps text. */ overflow-wrap: normal; diff --git a/showbits-thermal-printer-ui/src/components/CDocumentText.vue b/showbits-thermal-printer-ui/src/components/CDocumentText.vue index 41949a2..aeb95a7 100644 --- a/showbits-thermal-printer-ui/src/components/CDocumentText.vue +++ b/showbits-thermal-printer-ui/src/components/CDocumentText.vue @@ -35,11 +35,9 @@ function submit() {

Text

-