aboutsummaryrefslogtreecommitdiff
path: root/htdocs/css
diff options
context:
space:
mode:
authorMete Polat <metepolat2000@gmail.com>2019-10-20 20:57:08 +0200
committerDaniel Axtens <dja@axtens.net>2019-11-01 00:26:14 +1100
commit05b11513e029085742b40833f00ac9e371724286 (patch)
tree583d7ff2c6f6b111e8fed9b66a92c4b25daac80b /htdocs/css
parent01ae4d15c628038534792f9758152e87820d5e57 (diff)
downloadpatchwork-05b11513e029085742b40833f00ac9e371724286.tar
patchwork-05b11513e029085742b40833f00ac9e371724286.tar.gz
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 <metepolat2000@gmail.com> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index fc816d3..b9fb9eb 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 {