Skip to content

Commit 4094c7b

Browse files
Merge pull request #6 from TorstenDittmann/fix-table-layout
Add fixed table layout to table components
2 parents d152d58 + 99d00cb commit 4094c7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launch.css",
33
"type": "module",
4-
"version": "1.0.35",
4+
"version": "1.0.36",
55
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
66
"homepage": "https://launch-css.dev",
77
"main": "dist/index.css",

packages/main/src/compoments/_table.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ table,
33
display: table;
44
border-spacing: 0;
55
width: 100%;
6+
table-layout: fixed;
67

78
tr,
89
[role="row"] {

0 commit comments

Comments
 (0)