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

@ -24,7 +24,7 @@ local alert_excessive_traffic = classes.class(alert)
alert_excessive_traffic.meta = {
alert_key = other_alert_keys.alert_excessive_traffic,
i18n_title = "excessive_traffic.title",
icon = "fas fa-arrow-circle-up",
icon = "fas fa-fw fa-arrow-circle-up",
}
-- ##############################################