From 740cdb26fb2253c8ea3908e7f33912db245c9482 Mon Sep 17 00:00:00 2001 From: Eko Eryanto <36023898+ekoeryanto@users.noreply.github.com> Date: Thu, 15 Feb 2018 00:54:15 +0700 Subject: [PATCH] fix: markdown docs overlap The docs overlap the right sidenav as seen at @angular/material2#9951 --- src/styles/_general.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_general.scss b/src/styles/_general.scss index de8481c5f..31940b960 100644 --- a/src/styles/_general.scss +++ b/src/styles/_general.scss @@ -27,6 +27,10 @@ code { font-size: 90%; } +.docs-markdown { + width: 100%; +} + .docs-markdown-pre code { font-size: 100%; }