Procházet zdrojové kódy

mdn: reference mdn/yari interactive-examples.scss

Simon Legner před 3 roky
rodič
revize
0da713507a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      assets/stylesheets/pages/_mdn.scss

+ 2 - 1
assets/stylesheets/pages/_mdn.scss

@@ -132,9 +132,10 @@
     dd { margin: 0; }
   }
 
+  // based on https://github.com/mdn/yari/blob/63936bc42c/client/src/document/interactive-examples.scss
   .interactive {
       width: 100%;
-      height: 680px;    
+      height: 680px;
       &.is-js-height {
         height: 520px;
       }