aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-19 11:55:16 -0400
committerDan Timoney <dtimoney@att.com>2020-05-19 11:55:16 -0400
commitd45c8925df53e30c86076d6a775d9556c6dbfb8b (patch)
treec32b7ab9ef10572bf20947a69a64343719353bf9 /docs/_static
parent58d39ebe7b6650931a3e87a67d2a265a45599995 (diff)
Add SDNC Frankfurt release notes
Add release notes for SDNC Frankfurt release Change-Id: I8fa079a305351be8aa9cf298274528fda572e746 Issue-ID: SDNC-1172 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 3eb32648ea58265ff87d0bc3b1867d0ce0006d69
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/theme_overrides.css13
1 files changed, 13 insertions, 0 deletions
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