From 1b8d05bf83d7bd9ab425852f519ea81bdc379444 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 22:05:04 +0300 Subject: feat(web): render and draw grid --- web/src/components/grid/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/components/grid/index.css') diff --git a/web/src/components/grid/index.css b/web/src/components/grid/index.css index 296c155..0fad720 100644 --- a/web/src/components/grid/index.css +++ b/web/src/components/grid/index.css @@ -1,8 +1,8 @@ ntv-grid { display: block; + padding: 1.5rem; } ntv-grid > canvas { display: block; - width: 100%; } -- cgit v1.2.3