Commit c6209ffd authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'mg-align-table-top' into 'master'

Set vertical alignment for table cells to top

See merge request gitlab-org/gitlab!83565
parents 484fe4b8 599fb229
......@@ -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