diff --git a/packages/main/package.json b/packages/main/package.json index 0a1533b..99c6659 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,7 +1,7 @@ { "name": "launch.css", "type": "module", - "version": "1.0.35", + "version": "1.0.36", "description": "A classless CSS framework built for speed. Style your website later—build it now.", "homepage": "https://launch-css.dev", "main": "dist/index.css", diff --git a/packages/main/src/compoments/_table.scss b/packages/main/src/compoments/_table.scss index 517a6fa..2df8e14 100644 --- a/packages/main/src/compoments/_table.scss +++ b/packages/main/src/compoments/_table.scss @@ -3,6 +3,7 @@ table, display: table; border-spacing: 0; width: 100%; + table-layout: fixed; tr, [role="row"] {