Skip to content

Commit

Permalink
fix(client/templates): fix text veering off of artboard in most templ…
Browse files Browse the repository at this point in the history
…ates

fix #702
  • Loading branch information
AmruthPillai committed Mar 16, 2022
1 parent 4743828 commit b2f1fb3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/templates/Castform/Castform.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid h-full grid-cols-6;

.main {
Expand Down
2 changes: 2 additions & 0 deletions client/templates/Gengar/Gengar.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid h-full grid-cols-6;

.main {
Expand Down
2 changes: 2 additions & 0 deletions client/templates/Glalie/Glalie.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid h-full grid-cols-6;

.main {
Expand Down
2 changes: 2 additions & 0 deletions client/templates/Kakuna/Kakuna.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid gap-4 text-center;

.main {
Expand Down
2 changes: 2 additions & 0 deletions client/templates/Onyx/Onyx.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid gap-4;

.main {
Expand Down
2 changes: 2 additions & 0 deletions client/templates/Pikachu/Pikachu.module.scss
Expand Up @@ -7,6 +7,8 @@
}

.container {
word-break: break-word;

@apply grid grid-cols-6 gap-4;

.main {
Expand Down

0 comments on commit b2f1fb3

Please sign in to comment.