aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table/layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table/layout.rs')
-rw-r--r--components/layout/table/layout.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/table/layout.rs b/components/layout/table/layout.rs
index 00dac210625..5b7e79d7fb0 100644
--- a/components/layout/table/layout.rs
+++ b/components/layout/table/layout.rs
@@ -2867,6 +2867,7 @@ impl TableSlotCell {
block: vertical_align_offset,
};
let vertical_align_fragment = PositioningFragment::new_anonymous(
+ self.base.style.clone(),
vertical_align_fragment_rect.as_physical(None),
layout.layout.fragments,
);