From 31bdc657af20f19d4c764c22cf77d12dfb762349 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 23 Jan 2016 15:07:08 +0200 Subject: [PATCH] markdown lists/images styling --- lib/components/Redoc/redoc.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 78a0d321..d8eefc6a 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -149,6 +149,17 @@ footer { border-left: 4px solid #ddd; } + img { + max-width: 100%; + box-sizing: content-box; + } + + ul, ol { + padding-left: 2em; + margin: 0; + margin-bottom: 1em; + } + table { display: block; width: 100%;