mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
fix(client/templates): fix text veering off of artboard in most templates
fix #702
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
}
|
||||
|
||||
.container {
|
||||
word-break: break-word;
|
||||
|
||||
@apply grid grid-cols-6 gap-4;
|
||||
|
||||
.main {
|
||||
|
||||
Reference in New Issue
Block a user