diff --git a/client/core/src/components/grid/style.scss b/client/core/src/components/grid/style.scss index b46e94865f..ce292e5221 100644 --- a/client/core/src/components/grid/style.scss +++ b/client/core/src/components/grid/style.scss @@ -1,5 +1,6 @@ .vn-grid { border-collapse: collapse; + width: 100%; td, th{ text-align: left; padding: 10px;