grafana/public/sass/components/_panel_alertlist.scss
2017-12-19 16:22:41 +01:00

12 lines
187 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);
}