From 7e06c9d9c64261c12f28fc2ee9181d25ecfb329c Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 28 Mar 2017 22:34:08 +0200 Subject: webclient: vertical-align: top on roomlog tr's --- webclient/client.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webclient') diff --git a/webclient/client.html b/webclient/client.html index 7885fe7..af790c6 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -423,6 +423,9 @@ table{ #roomlog_table{ width:100%; } +#roomlog > tr{ + vertical-align:top; +} #roomlog > tr > td:first-child{ width:80px; color:#666; -- cgit v1.2.3-54-g00ecf