mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 20:34:30 +00:00
0.5.8
留言url换行
This commit is contained in:
Vendored
+5
@@ -3760,4 +3760,9 @@ textarea {
|
||||
.notice--wrapper {
|
||||
width: 80%
|
||||
}
|
||||
}
|
||||
/* 留言url 强制换行 */
|
||||
.comment-body a {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
Reference in New Issue
Block a user