From b2f1fb3a5502988a49c5cd3e496d9d165f5c1792 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 16 Mar 2022 06:41:48 +0100 Subject: [PATCH] fix(client/templates): fix text veering off of artboard in most templates fix #702 --- client/templates/Castform/Castform.module.scss | 2 ++ client/templates/Gengar/Gengar.module.scss | 2 ++ client/templates/Glalie/Glalie.module.scss | 2 ++ client/templates/Kakuna/Kakuna.module.scss | 2 ++ client/templates/Onyx/Onyx.module.scss | 2 ++ client/templates/Pikachu/Pikachu.module.scss | 2 ++ 6 files changed, 12 insertions(+) diff --git a/client/templates/Castform/Castform.module.scss b/client/templates/Castform/Castform.module.scss index f9af0ec0..599347d9 100644 --- a/client/templates/Castform/Castform.module.scss +++ b/client/templates/Castform/Castform.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid h-full grid-cols-6; .main { diff --git a/client/templates/Gengar/Gengar.module.scss b/client/templates/Gengar/Gengar.module.scss index f9af0ec0..599347d9 100644 --- a/client/templates/Gengar/Gengar.module.scss +++ b/client/templates/Gengar/Gengar.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid h-full grid-cols-6; .main { diff --git a/client/templates/Glalie/Glalie.module.scss b/client/templates/Glalie/Glalie.module.scss index d5f51863..5e5ec88f 100644 --- a/client/templates/Glalie/Glalie.module.scss +++ b/client/templates/Glalie/Glalie.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid h-full grid-cols-6; .main { diff --git a/client/templates/Kakuna/Kakuna.module.scss b/client/templates/Kakuna/Kakuna.module.scss index 2e67d0a0..a05df17e 100644 --- a/client/templates/Kakuna/Kakuna.module.scss +++ b/client/templates/Kakuna/Kakuna.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid gap-4 text-center; .main { diff --git a/client/templates/Onyx/Onyx.module.scss b/client/templates/Onyx/Onyx.module.scss index 3b3a4aae..8a436c02 100644 --- a/client/templates/Onyx/Onyx.module.scss +++ b/client/templates/Onyx/Onyx.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid gap-4; .main { diff --git a/client/templates/Pikachu/Pikachu.module.scss b/client/templates/Pikachu/Pikachu.module.scss index ef5d9fbb..939536da 100644 --- a/client/templates/Pikachu/Pikachu.module.scss +++ b/client/templates/Pikachu/Pikachu.module.scss @@ -7,6 +7,8 @@ } .container { + word-break: break-word; + @apply grid grid-cols-6 gap-4; .main {