Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

改行が正しく動いていない場合がある #288

Closed
ayuki-joto opened this issue Oct 12, 2021 · 1 comment · Fixed by #337
Closed

改行が正しく動いていない場合がある #288

ayuki-joto opened this issue Oct 12, 2021 · 1 comment · Fixed by #337
Labels
bug Something isn't working

Comments

@ayuki-joto
Copy link
Collaborator

対象ドメイン/ The domain

  • rules-2121.diycities.jp
  • おそらく他のドメインも

起こっている問題 / The Problem

  • 英数字で適当に文字が打たれた場合に改行されず枠内に収まらないことがある
  • 日本語のコメントでは正しく動いていそう

スクリーンショット / Screenshot

スクリーンショット 2021-10-12 15 27 20

期待する見せ方・挙動 / Expected Behavior

  • 正しく改行される

起こっている問題の再現手段 / Steps to Reproduce

  1. https://rules-2121.diycities.jp/processes/resume/f/214/debates/247のドメインにアクセス
  2. コメントを読み込む
    直接リンク https://rules-2121.diycities.jp/processes/resume/f/214/debates/247?commentId=2674

動作環境・ブラウザ / Environment

  • macOS
  • Chrome / safari
@ayuki-joto ayuki-joto added the bug Something isn't working label Oct 12, 2021
@takahashim
Copy link
Collaborator

遅くなりましたが、これはCSSの問題のようです。
word-wrap: break-word;等を指定すると改行されるようになります。

word-break

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants