diff --git a/src/docs/Layouts/custom/Table.svelte b/src/docs/Layouts/custom/Table.svelte index d5ff374..3b19ca8 100644 --- a/src/docs/Layouts/custom/Table.svelte +++ b/src/docs/Layouts/custom/Table.svelte @@ -12,4 +12,4 @@ border-collapse: collapse; width: 100%; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Td.svelte b/src/docs/Layouts/custom/Td.svelte index 0162b74..e9be132 100644 --- a/src/docs/Layouts/custom/Td.svelte +++ b/src/docs/Layouts/custom/Td.svelte @@ -6,4 +6,4 @@ td { padding: 2px 10px; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Th.svelte b/src/docs/Layouts/custom/Th.svelte index 93adf26..3a3c476 100644 --- a/src/docs/Layouts/custom/Th.svelte +++ b/src/docs/Layouts/custom/Th.svelte @@ -6,4 +6,4 @@ th { padding: 5px 10px; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Tr.svelte b/src/docs/Layouts/custom/Tr.svelte index 39aef87..61bafb5 100644 --- a/src/docs/Layouts/custom/Tr.svelte +++ b/src/docs/Layouts/custom/Tr.svelte @@ -6,4 +6,4 @@ tr { border-bottom: 2px solid #009800; } - \ No newline at end of file +