Make width of dashboard items configurable
Opened this issue · 0 comments
mrsalmon1976 commented
Currently the dashboard elements per connection are sized with this in custom.css:
.dashboard-panel .panel-body {
padding: 0px;
min-width: 300px;
}
The width should be configurable so they can be made bigger or smaller, allowing them to still line up.