#496, override row margin left in monaco editor. css minify does not allow me put this rule in bootstrap fixes section.

pull/582/head
rebornix 8 years ago
parent ec6eefbd32
commit 4c208b788c

@ -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;

Loading…
Cancel
Save