RandomSec/main/webapp/modules/core/styles/widgets/histogram-widget.css

10 lines
124 B
CSS

.histogram-widget {
margin: 0;
padding: 0;
position: relative;
}
.histogram-widget canvas {
width: 100%;
}