fix(container/grow_size): children should never grow larger then parents
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 29s

This commit is contained in:
2025-03-06 17:56:13 +01:00
parent 2b9ab1e0fb
commit 79016f39b2
2 changed files with 15 additions and 11 deletions

View File

@@ -54,7 +54,6 @@ pub fn main() !void {
.layout = .{
.gap = 2,
.padding = .{ .top = 5, .bottom = 3, .left = 3, .right = 3 },
.direction = .horizontal,
},
}, element);
for (0..3) |i| {