X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=docs%2F_static%2Fcss%2Ftheme_overrides.css;fp=docs%2F_static%2Fcss%2Ftheme_overrides.css;h=174fade5f219b8b87141bae4c0f68f1ab10aba79;hp=0000000000000000000000000000000000000000;hb=9f846251aaac86c258fe44f71c00c72442a742ed;hpb=2b93241b3d560bb9a58439d58ac82207af30b5d8 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