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 fe2d52e commit 42e9ea6Copy full SHA for 42e9ea6
packages/main/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dittmann/ui",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "",
5
"main": "dist/index.css",
6
"scripts": {
packages/main/src/compoments/_table.scss
@@ -11,6 +11,7 @@ table {
11
}
12
tbody > a {
13
display: table-row;
14
+ text-decoration: none;
15
16
th,
17
td {
0 commit comments