Skip to content

Commit f0c27bd

Browse files
committed
column lines between
1 parent e4bbe74 commit f0c27bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-generic-crud-table",
3-
"version": "1.5.14",
3+
"version": "1.5.15",
44
"description": "<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB",
55
"main": "dist/build/crud-table.js",
66
"module": "dist/build/crud-table.mjs",

src/SvelteGenericCrudTable.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
td {
309309
color: #5f5f5f;
310310
border: none;
311+
border-left: 0.5em solid #efefef;
311312
font-size: 0.95em;
312313
font-weight: 200;
313314
padding: 1px 0 1px 0.4em;

0 commit comments

Comments
 (0)