فهرست منبع

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

rebornix 8 سال پیش
والد
کامیت
4c208b788c
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      website/index/index.css

+ 6 - 0
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;