From: Mete Polat Date: Sun, 20 Oct 2019 18:57:08 +0000 (+0200) Subject: ui: Retain table header position on size changes X-Git-Tag: v2.2.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b11513e029085742b40833f00ac9e371724286;p=thirdparty%2Fpatchwork.git ui: Retain table header position on size changes Prevents table header labels from moving up and down when hiding or showing additional information for a patch. Signed-off-by: Mete Polat Signed-off-by: Daniel Axtens --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index fc816d3d..b9fb9eb3 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -189,7 +189,7 @@ table.patchmeta th { table.patchmeta tr th, table.patchmeta tr td { text-align: left; padding: 1px 10px; - vertical-align: middle; + vertical-align: top; } .patchrelations ul {