diff --git a/app/globals.css b/app/globals.css index b764a11..65d4eaa 100644 --- a/app/globals.css +++ b/app/globals.css @@ -12,4 +12,10 @@ input[type="file"] { @apply appearance-none; } +} + +.break { + -webkit-overflow-wrap : anywhere ; + -moz-overflow-wrap : anywhere ; + overflow-wrap: anywhere; } \ No newline at end of file diff --git a/app/unseal/page.tsx b/app/unseal/page.tsx index 0b63e6b..4ce9887 100644 --- a/app/unseal/page.tsx +++ b/app/unseal/page.tsx @@ -88,7 +88,7 @@ export default function Unseal() {
-                  {text}
+                  {text}