Merge pull request #397 from dimqua/patch-1

(preferences) fix word wrap
このコミットが含まれているのは:
Omar Roth 2019-03-07 13:29:44 -06:00 committed by GitHub
コミット 1d6c763e92
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -343,3 +343,7 @@ img.thumbnail {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.pure-control-group label {
word-wrap: normal;
}