summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/layout.c b/render/layout.c
index d618af2f7..a135cc03c 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -2410,6 +2410,7 @@ void layout_lists(struct box *box)
marker->y = 0;
marker->height = line_height(marker->style);
}
+ marker->x -= 4; // Gap between marker and content
}
layout_lists(child);
}