Skip to content

Commit

Permalink
Adding padding to markup widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 26, 2016
1 parent d5b8414 commit 4191b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caravel/assets/visualizations/markup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.markup .slice_container {
padding: 10px;
}
2 changes: 2 additions & 0 deletions caravel/assets/visualizations/markup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var $ = window.$ || require('jquery');

require('./markup.css');

function markupWidget(slice) {

function refresh() {
Expand Down

0 comments on commit 4191b75

Please sign in to comment.