summaryrefslogtreecommitdiffstats
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 16:30:12 +0000
commit7505dd1811b499671e33e796c7b51d223f384a58 (patch)
tree61613e7dd7e5f73f768427210b43da3e24d03b2c /docs/_static
parente2533650e9bee32ca3b933269f8dc2b77d0f6c3d (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: d235f3ba4f3ac164a65220326cec6c259112656c
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