ソースを参照

Added no-hyphens CSS class

master
Said Achmiz 6年前
コミット
fa1ccf6bde
1個のファイルの変更6行の追加0行の削除
  1. 6
    0
      assets/css/main.css

+ 6
- 0
assets/css/main.css ファイルの表示

clear: both; clear: both;
} }


.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}

/*=-----------------=*/ /*=-----------------=*/
/* Copyright notice. */ /* Copyright notice. */
/*=-----------------=*/ /*=-----------------=*/

読み込み中…
キャンセル
保存