diff --git a/src/app.css b/src/app.css index 3ff1bf1..19697bf 100644 --- a/src/app.css +++ b/src/app.css @@ -2,4 +2,9 @@ table td { vertical-align: top; text-align: left; + word-wrap: break-word; + overflow-wrap: break-word; + /* word-break: break-all; */ + white-space: pre-line; + max-width: 20rem; /* adjust as needed */ } \ No newline at end of file diff --git a/src/lib/Pagination.svelte b/src/lib/Pagination.svelte new file mode 100644 index 0000000..d0c6c85 --- /dev/null +++ b/src/lib/Pagination.svelte @@ -0,0 +1,65 @@ + + +