mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'alertList-no-alerts'
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
.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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user