365868564f
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
10 lines
124 B
CSS
10 lines
124 B
CSS
.histogram-widget {
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.histogram-widget canvas {
|
|
width: 100%;
|
|
}
|