diff options
Diffstat (limited to 'web/src/components/grid/index.css')
| -rw-r--r-- | web/src/components/grid/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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%; +} |
