From d45c8925df53e30c86076d6a775d9556c6dbfb8b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 19 May 2020 11:55:16 -0400 Subject: Add SDNC Frankfurt release notes Add release notes for SDNC Frankfurt release Change-Id: I8fa079a305351be8aa9cf298274528fda572e746 Issue-ID: SDNC-1172 Signed-off-by: Dan Timoney Former-commit-id: 3eb32648ea58265ff87d0bc3b1867d0ce0006d69 --- docs/_static/css/theme_overrides.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/_static/css/theme_overrides.css (limited to 'docs/_static') diff --git a/docs/_static/css/theme_overrides.css b/docs/_static/css/theme_overrides.css new file mode 100644 index 00000000..174fade5 --- /dev/null +++ b/docs/_static/css/theme_overrides.css @@ -0,0 +1,13 @@ +/* override table width restrictions */ +@media screen and (min-width: 767px) { + + .wy-table-responsive table td { + /* !important prevents the common CSS stylesheets from overriding + this as on RTD they are loaded after this stylesheet */ + white-space: normal !important; + } + + .wy-table-responsive { + overflow: visible !important; + } +} \ No newline at end of file -- cgit 1.2.3-korg