grafana/public/sass/components/_panel_alertlist.scss

13 lines
188 B
SCSS

.panel-alert-list {
overflow-y: auto;
}
.panel-alert-list__no-alerts {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: calc(100% - 30px);
}