mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
12 lines
187 B
SCSS
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);
|
|
}
|