We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d152d58 commit 99d00cbCopy full SHA for 99d00cb
packages/main/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "launch.css",
3
"type": "module",
4
- "version": "1.0.35",
+ "version": "1.0.36",
5
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
6
"homepage": "https://launch-css.dev",
7
"main": "dist/index.css",
packages/main/src/compoments/_table.scss
@@ -3,6 +3,7 @@ table,
display: table;
border-spacing: 0;
width: 100%;
+ table-layout: fixed;
8
tr,
9
[role="row"] {
0 commit comments