RT# 75817 - V3 css fix for table display
authorChristopher Burger <burgerc@freeside.biz>
Mon, 10 Sep 2018 01:22:59 +0000 (21:22 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 10 Sep 2018 01:22:59 +0000 (21:22 -0400)
httemplate/elements/freeside.css

index 8ad724a..1e5d1e8 100644 (file)
@@ -291,6 +291,10 @@ tr.row1 {
   font-style: italic;
 }
 
+th, td {
+  vertical-align: top;
+}
+
 /* border at the top of the footer, but not between footer rows */
 .grid tfoot tr:first-child td {
   border-top: 1px dashed black;