Преглед изворни кода

Update theme to fix code block scrolling

Thomas Dy пре 9 година
родитељ
комит
43ec08d320
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      themes/pleasant3/assets/css/theme.css

+ 2 - 2
themes/pleasant3/assets/css/theme.css

@@ -62,8 +62,8 @@ code {
 	border-radius: 0.25em;
 }
 
-.code pre {
-	padding: 0.25em 0em;
+pre.code {
+	padding: 0.25em 0.5em;
 	overflow-x: auto;
 }