From 4c208b788c8c1a974d096a9fe8059e3e60bb0f45 Mon Sep 17 00:00:00 2001 From: rebornix Date: Thu, 6 Jul 2017 18:05:55 -0700 Subject: [PATCH] #496, override row margin left in monaco editor. css minify does not allow me put this rule in bootstrap fixes section. --- website/index/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/index/index.css b/website/index/index.css index fe3f109f..9eb46b3e 100644 --- a/website/index/index.css +++ b/website/index/index.css @@ -179,6 +179,12 @@ color: #BBB; } +@media (min-width: 1200px) { + .try .editor .row { + margin-left: 0px; + } +} + @media (max-width: 767px) { .try .container { margin: 0 24px;