Skip to content

Commit

Permalink
Add top alignment for wrapped <td>s
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 1, 2018
1 parent 6de361e commit a546ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/_theme_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ footer
+media($desktop)
.wy-table-responsive table td
white-space: normal
.rst-content table.docutils td
vertical-align: top

+media($desktop-wider)
.wy-nav-content-wrap
Expand All @@ -418,4 +420,6 @@ footer
.wy-table-responsive table td,
.wy-table-responsive table th
white-space: normal
.rst-content table.docutils td
vertical-align: top

0 comments on commit a546ace

Please sign in to comment.