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 f70da3a68..3e6c2a367 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1488,6 +1488,9 @@ bool layout_table(struct box *table, int available_width,
* possible, so treat it as a minimum */
int row_height = (int) css_len2px(&row->style->
height.length, row->style);
+ /* we can't use this value currently as it is always
+ * the height of a line of text in the current style */
+ row_height = 0;
for (c = row->children; c; c = c->next) {
assert(c->style);
c->width = xs[c->start_column + c->columns] -