mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Make word-break: break-word behave like word-break: normal; overflow-wrap: anywhere.
Differential Revision: https://phabricator.services.mozilla.com/D21398
This commit is contained in:
parent
7d01114cbf
commit
9e0d38a64f
8 changed files with 36 additions and 7 deletions
|
@ -17,7 +17,7 @@ use crate::values::{CSSFloat, CSSInteger};
|
|||
use std::fmt::{self, Write};
|
||||
use style_traits::{CssWriter, ToCss};
|
||||
|
||||
pub use crate::values::specified::OverflowWrap;
|
||||
pub use crate::values::specified::{OverflowWrap, WordBreak};
|
||||
pub use crate::values::specified::TextAlignKeyword as TextAlign;
|
||||
pub use crate::values::specified::TextEmphasisPosition;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue