feat(alerting): changed fontsize in alert list

This commit is contained in:
Torkel Ödegaard 2016-08-16 21:26:54 +02:00
parent 15c11fdb54
commit 434332f02d
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ func (handler *DefaultResultHandler) Handle(ctx *EvalContext) {
PrevState: string(oldState),
Timestamp: time.Now(),
}
annotationRepo := annotations.GetRepository()
if err := annotationRepo.Save(&item); err != nil {
handler.log.Error("Failed to save annotation for new alert state", "error", err)

View File

@ -67,7 +67,7 @@
&--alert {
padding: 0.5rem 1rem;
.card-item-name {
.card-item-name a {
font-size: $font-size-h5;
}
}