Sorry for the bad information it has just been awhile since I added the MOD.
Within the code for the header insert:
<style type="text/css">
blockquote {
font-size: 9pt;
border: 1px solid #4577AB;
background: #FDF5E6;
color: black;
margin: 8px 20px;
padding: 0px 10px
}
blockquote .small {
background:#34669A;
color: white;
margin-left:-10px;
padding:1px 2px
}
blockquote hr {
visibility:hidden;
height:1px
}
blockquote br {
font-size:8px
}
a:visited {
text-decoration: none
}
a:link {
text-decoration: none
}
a:hover {
color: #008000;
font: italic;
text-decoration: none
}
a:active {
text-decoration: none
}
</style>
It is the padding that adds the spacing around the outside of the quote block.
The MOD as written has a padding of ZERO.
As you look over the code above you will see I increased it to 10px.
This is the code that gets inserted into the header insert section.
Which is located in the Style Template you are using for your board.