diff --git a/public/form.html b/public/form.html
index 1d1d16e..8bcd353 100644
--- a/public/form.html
+++ b/public/form.html
@@ -67,9 +67,10 @@
border: none; /* Remove border */
max-width: 400px;
width: 100%;
- white-space: pre-wrap;
+ white-space: nowrap; /* Prevent wrapping to the next line */
+ overflow: auto; /* Enable horizontal scrolling */
text-align: left; /* Left-align text in result div */
- }
+ }