Browse Source

Align table cells

Sunny 2 years ago
parent
commit
0ba38abe99
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/style.css

+ 4 - 0
assets/style.css

@@ -91,6 +91,10 @@ main .wrapper table {
   width: 100%;
 }
 
+main .wrapper table td {
+  vertical-align: top;
+}
+
 main .wrapper table td:first-child,
 main .wrapper table td:last-child {
   width: 0;