summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/layout.c b/render/layout.c
index 0bae98afe..bd3ba830b 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1092,6 +1092,8 @@ int layout_solve_width(struct box *box, int available_width, int width,
box->margin[LEFT] = 0;
box->margin[RIGHT] = AUTO;
break;
+ case CSS_LIBCSS_ALIGN_DEFAULT:
+ break;
}
}