Top padding in commands

This commit is contained in:
Tyler Berry 2018-05-22 17:23:32 -07:00
parent aa34b4da26
commit 562a54aacc
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ pre {
color: $preBlockCommandOutputTextColor;
background-color: $preBlockCommandOutputBackgroundColor;
font-style: italic;
padding: 0 .5em .5em .5em;
padding: .5em;
}
// if the output div is empty, we need extra padding