瀏覽代碼

Added no-hyphens CSS class

master
Said Achmiz 5 年之前
父節點
當前提交
fa1ccf6bde
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      assets/css/main.css

+ 6
- 0
assets/css/main.css 查看文件

@@ -324,6 +324,12 @@ hr {
clear: both;
}

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

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

Loading…
取消
儲存