From 802668522c2f3c580d382cda4f2c46d9b8dbe67c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 2 Sep 2018 14:46:13 +0200 Subject: css: Make tables fill the whole container width. --- assets/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/css/screen.css') diff --git a/assets/css/screen.css b/assets/css/screen.css index a29afdc..59f6889 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -120,6 +120,10 @@ input#query { right: 1rem; } +table { + width: 100%; +} + /* messages */ .row.event { margin-bottom: 1em; -- cgit v1.2.3