Skip to content

Commit a546ace

Browse files
committed
Add top alignment for wrapped <td>s
1 parent 6de361e commit a546ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/_theme_layout.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ footer
399399
+media($desktop)
400400
.wy-table-responsive table td
401401
white-space: normal
402+
.rst-content table.docutils td
403+
vertical-align: top
402404

403405
+media($desktop-wider)
404406
.wy-nav-content-wrap
@@ -418,4 +420,6 @@ footer
418420
.wy-table-responsive table td,
419421
.wy-table-responsive table th
420422
white-space: normal
423+
.rst-content table.docutils td
424+
vertical-align: top
421425

0 commit comments

Comments
 (0)