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

12 lines
160 B
Plaintext

@import-less url("../theme.less");
.histogram-widget {
margin: 0;
padding: 0;
position: relative;
}
.histogram-widget canvas {
width: 100%;
}