Fix firefox CSS handling

This commit is contained in:
2020-02-25 21:42:58 +01:00
parent 9981985835
commit 20a898e813

View File

@@ -332,6 +332,6 @@
width: 400px !important;
}
when: item.manage_css
with_items: "{{ user.firefox_profiles | default [] }}"
with_items: "{{ user.firefox_profiles | default([]) }}"
tags:
- firefox