-
Notifications
You must be signed in to change notification settings - Fork 1
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
user の description を複数行に対応させた #196
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改行の反映自体はできてるんですが、ここだけ確認をお願いします!
MDNのリンクも貼ってあるので見てみてください
@ogu-kazemiya レビューをするおぐくんは、このCSSがどんな意味のものなのかをぴなくん同様にMDNで確認してみてほしいです |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正もやってくれてありがとうございます
マージしちゃってください!
PR Type
Enhancement
Description
BioContainer.vue
のスタイルにwhite-space: pre-wrap
を追加し、ユーザーの説明が複数行に対応できるように修正。Changes walkthrough 📝
BioContainer.vue
スタイルに `white-space: pre-wrap` を追加
src/components/User/BioContainer.vue
white-space: pre-wrap
を追加