Add margin for rich blob viewer.

This commit is contained in:
Jacob Schatz 2017-08-04 07:33:57 -04:00
parent faa8c925c7
commit d0bb0d6e47
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@
display: inline-block;
}
.blob-viewer[data-type="rich"] {
margin: 20px;
}
.tree-content-holder {
border: 1px solid $border-color;
border-radius: $border-radius-default;