Explorar el Código

Do not show scroll bar in line number column

Talha Mansoor hace 11 años
padre
commit
7f21097744
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      static/css/elegant.css

+ 3 - 2
static/css/elegant.css

@@ -276,10 +276,11 @@ table {
     }
 }
 .linenos {
-    width:5%;
+    width: 30px;
 }
 .linenos div pre {
-    text-align:right;
+    text-align: right;
+    overflow: hidden;
 }
 pre {
     overflow: auto;