removing margin from chart-wrapper div element

This commit is contained in:
Shelby Sturgis 2015-01-19 14:30:23 -05:00 committed by Chris Cowan
parent 60e96f272e
commit 51527f9988

View file

@ -92,7 +92,7 @@
.display(flex);
.flex(1 0 20px);
overflow: visible;
margin: 0 5px 0 0;
margin: 0;
min-height: 0;
min-width: 0;
}