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

@ -20,7 +20,7 @@ local alert_misconfigured_app = classes.class(alert)
alert_misconfigured_app.meta = {
alert_key = other_alert_keys.alert_misconfigured_app,
i18n_title = "alerts_dashboard.misconfigured_app",
icon = "fas fa-cog",
icon = "fas fa-fw fa-cog",
}
-- ##############################################