mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Fix word-break to match the value
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp
This commit is contained in:
parent
ff177b33a7
commit
161d16bc98
@ -764,7 +764,7 @@ table {
|
||||
-moz-box-shadow: -4px 1px 8px rgba(187, 215, 235, 0.8);
|
||||
box-shadow: -4px 1px 8px rgba(187, 215, 235, 0.8);
|
||||
background-color: #F5F5F5;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.forum_post .body div {
|
||||
|
Loading…
Reference in New Issue
Block a user