From bad21120c8d12b4dd15c6b5383dd3fe5909def56 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 17 Jul 2019 20:54:29 -0400 Subject: [PATCH] Horizontal Lists: Use full width (#775) * Horizontal Lists: Use full width * Cleanup: Whitespace --- sass/_theme_rst.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 383f8b64a..8c17158e9 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -230,6 +230,10 @@ line-height: 0 font-size: 90% + // Horizontal lists have multiple columns; use full width + .hlist + width: 100% + // Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table // so I have to write a bunch of unique stuff for Sphinx to style them up differently like it's 2003. table.docutils.citation, table.docutils.footnote