Skip to content

Commit 41a2ec2

Browse files
committed
fix chrome word overlap
- break words to wrap around the container firefox seems fine. chromium is strict fixes #91
1 parent e04ae86 commit 41a2ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MaintainerFormRender.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defineProps(["maintainer"]);
1414
</p>
1515
</div>
1616
<div>
17-
<p class="text-secondary-light dark:text-secondary-dark" v-html="item.response"></p>
17+
<p class="text-secondary-light dark:text-secondary-dark break-words" v-html="item.response"></p>
1818
</div>
1919
</div>
2020
</template>

0 commit comments

Comments
 (0)