このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Sugoimusic
/
Frontend
ウォッチ
2
スター
0
フォーク
1
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Improve word-breaking
undefined
spaghetti
8年前
committed by
Tomochin
親
39b6f5b131
コミット
a44c2cae11
1個のファイルの変更
、
8行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+8
-1
static/styles/global.css
+ 8
- 1
static/styles/global.css
ファイルの表示
@@ -17,7 +17,14 @@
.flex_input_container > input[type=text]{
flex-grow: 1;
box-sizing: border-box;
width: 100%;
width: 50%;
}
.body, .profileinfo {
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
input, textarea {
書き込み
プレビュー
読み込み中…
キャンセル
保存