diff mbox series

[1/3] ui: Retain table header position on size changes

Message ID 20190923215012.4670-2-metepolat2000@gmail.com
State Superseded
Headers show
Series Add patch relations | expand

Commit Message

Mete Polat Sept. 23, 2019, 9:50 p.m. UTC
From: Mete Polat <metepolat2000@gmail.com>

Prevents table header labels from moving up and down when showing or
hiding additional information for a patch.

Signed-off-by: Mete Polat <metepolat2000@gmail.com>
---
 htdocs/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 9f3ee66..fe4ce7c 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 {