Merge pull request #1355 from h3poteto/iss-1263

closes #1263 Specify word-break to normal in New toot
This commit is contained in:
AkiraFukushima 2020-04-11 17:38:27 +09:00 committed by GitHub
commit bf80f71d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ export default {
resize: none;
height: 120px;
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 9.355, 1);
word-break: normal;
&::placeholder {
color: #c0c4cc;