diff --git a/src/porchlight/static/style.css b/src/porchlight/static/style.css index 17319ff..15dc79e 100644 --- a/src/porchlight/static/style.css +++ b/src/porchlight/static/style.css @@ -205,6 +205,10 @@ main { line-height: 1; } +#user-table-container { + overflow-x: auto; +} + .admin-table { width: 100%; border-collapse: collapse; @@ -214,7 +218,7 @@ main { .admin-table th, .admin-table td { text-align: left; - padding: var(--sp-2) var(--sp-3); + padding: var(--sp-2); border-bottom: 1px solid var(--border); }