fixed icons size

This commit is contained in:
gabryon99 2021-05-04 10:39:38 +02:00
parent 994afbaf52
commit e455fbbeca
111 changed files with 122 additions and 122 deletions

View file

@ -19,7 +19,7 @@ local alert_dropped_alerts = classes.class(alert)
alert_dropped_alerts.meta = {
alert_key = other_alert_keys.alert_dropped_alerts,
i18n_title = i18n("show_alerts.dropped_alerts"),
icon = "fas fa-exclamation-triangle",
icon = "fas fa-fw fa-exclamation-triangle",
}
-- ##############################################