ui: fix padding on panel bodies to align

This commit is contained in:
Jack Pearkes 2014-06-09 12:01:17 -04:00
parent 54b31f75b4
commit c65d3fda9e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
}
.panel-body {
padding: 0px 15px 0px 15px;
padding: 0px 7px 0px 7px;
p {
font-size: 14px;
color: $text-color;