Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

feat: word-break: break-all, word-break: brake-word の利用を禁止する #300

Merged

Conversation

AtsushiM
Copy link
Member

@AtsushiM AtsushiM commented Nov 7, 2024

  • 英語などの言語でbreak-allされると単語途中で改行されてしまい読みづらくなるので利用を禁止したい
  • 基本的にbreak-allが必要になるような長い単語は入力される可能性は低い
  • 必要な場合でも overflow-wrap: anywhere を指定することでなるべく単語を保ちつつ、必要な場合のみ改行するようになるため、そちらの利用を促したい
  • word-break: break-word でもいいが、非推奨のため、overflow-wrapの利用を推奨する

@AtsushiM AtsushiM requested a review from a team as a code owner November 7, 2024 22:48
@AtsushiM AtsushiM requested review from diescake and ytakahashi05 and removed request for a team November 7, 2024 22:48
@yagimushi yagimushi force-pushed the feat-enable-declaration-property-value-disallowed-list branch from adb9ea4 to 46bcfa9 Compare November 11, 2024 00:09
@AtsushiM AtsushiM changed the title feat: word-break: break-all, overflow-wrap: anywhere の利用を禁止する feat: word-break: break-all, word-break: brake-word の利用を禁止する Nov 11, 2024
Copy link

@yamish123 yamish123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良さそう! 👍

@AtsushiM AtsushiM merged commit 8113874 into master Nov 13, 2024
1 check passed
@AtsushiM AtsushiM deleted the feat-enable-declaration-property-value-disallowed-list branch November 13, 2024 01:02
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants