diff options
Diffstat (limited to 'components/layout/table.rs')
-rw-r--r-- | components/layout/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table.rs b/components/layout/table.rs index d5d327b5d7a..d48b845bc98 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -295,7 +295,7 @@ impl Flow for TableFlow { _ => {} } - // As tables are always wrapped inside a table wrapper, they are never impacted by floats. + // As tables are always wrapped inside a table wrapper, they are never impacted by floats. self.block_flow.base.flags.set_impacted_by_left_floats(false); self.block_flow.base.flags.set_impacted_by_right_floats(false); |