Skip to content

Commit

Permalink
optical padding for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaynes committed Jul 13, 2016
1 parent 791ad66 commit d068ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/directus.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/scss/directus/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
.history-comment {
position: relative;
display: inline-block;
padding: 20px;
padding: 20px 20px 18px 20px;
background-color: $white;
@include border-radius(4px, 4px, 4px, 4px);
border: 1px solid $fieldColor;
Expand Down

0 comments on commit d068ff1

Please sign in to comment.