summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/layout.c b/render/layout.c
index fa746f916..c640efcd4 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -2103,6 +2103,9 @@ bool layout_table(struct box *table, int available_width,
table->width = table_width;
table->height = table_height;
+ if (!layout_absolute_children(table, content))
+ return false;
+
return true;
}