Commit 599fb229 authored by Mike Greiling's avatar Mike Greiling

Set vertical alignment for table cells to top

parent 7d6547ce
......@@ -48,7 +48,7 @@ table {
th {
padding: 10px $gl-padding;
line-height: 20px;
vertical-align: middle;
vertical-align: top;
}
th {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment