From 5404a95c15e176d25728bf1a319ddb9828b23625 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 20:46:35 +0300 Subject: refactor(web): re-organize files --- web/src/components/grid/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/src/components/grid/index.css (limited to 'web/src/components/grid/index.css') diff --git a/web/src/components/grid/index.css b/web/src/components/grid/index.css new file mode 100644 index 0000000..296c155 --- /dev/null +++ b/web/src/components/grid/index.css @@ -0,0 +1,8 @@ +ntv-grid { + display: block; +} + +ntv-grid > canvas { + display: block; + width: 100%; +} -- cgit v1.2.3