diff --git a/package-lock.json b/package-lock.json index 183dcd62..86fd5684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "20.12.13", + "version": "20.12.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "20.12.13", + "version": "20.12.14", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 37675385..1d7c3d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.12.13", + "version": "20.12.14", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 2eea5478..ce316fb2 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -271,7 +271,7 @@ td { width: 100%; } -:is(th, td):not(:last-child) { +:is(th, td):not(:first-child, :last-child) { border-right: 1px solid var(--gray-light); } @@ -291,6 +291,9 @@ td { position: sticky; left: 0; border-inline-end: none; + max-width: 200px; + text-overflow: ellipsis; + overflow: hidden; &::after { content: '';