mirror of
https://github.com/grafana/grafana.git
synced 2025-01-28 17:24:59 -06:00
13 lines
188 B
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);
|
|
}
|
|
|