Skip to content

Commit d2553f6

Browse files
committed
折返しを単語中でも許容する
1 parent 764738c commit d2553f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_pages/sponsors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: スポンサーのご紹介
1616
<span class="block mt-5 text-2xl">SPONSORS</span>
1717
</h2>
1818

19-
<p class="text-center mb-10 break-keep wrap-anywhere text-sm sm:text-base">
19+
<p class="text-center mb-10 text-sm sm:text-base">
2020
DojoCon Japan 2025は、スポンサーのご協力により開催されています。<br>協賛くださいました皆様ありがとうございます。
2121
</p>
2222

@@ -42,7 +42,7 @@ title: スポンサーのご紹介
4242
</div>
4343
{% endif %}
4444
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
45-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
45+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
4646
</div>
4747
{% endfor %}
4848
</div>
@@ -70,7 +70,7 @@ title: スポンサーのご紹介
7070
</div>
7171
{% endif %}
7272
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
73-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
73+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
7474
</div>
7575
{% endfor %}
7676
</div>
@@ -98,7 +98,7 @@ title: スポンサーのご紹介
9898
</div>
9999
{% endif %}
100100
<p class="w-full mb-3 text-center break-keep">{{ sponsor.name }}</p>
101-
<p class="w-full text-gray-600 break-keep wrap-anywhere">{{ sponsor.message }}</p>
101+
<p class="w-full text-gray-600">{{ sponsor.message }}</p>
102102
</div>
103103
{% endfor %}
104104
</div>

0 commit comments

Comments
 (0)