diff options
Diffstat (limited to 'components/layout/flow/float.rs')
-rw-r--r-- | components/layout/flow/float.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/flow/float.rs b/components/layout/flow/float.rs index f1ae2b4459a..bb6c7ca8983 100644 --- a/components/layout/flow/float.rs +++ b/components/layout/flow/float.rs @@ -897,8 +897,7 @@ impl FloatBox { info, display_inside, contents, - // Text decorations are not propagated to any out-of-flow descendants - propagated_data.without_text_decorations(), + propagated_data, ), } } |