mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Fixed applying classes to elements
This commit is contained in:
@@ -1870,7 +1870,7 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
for (String key : baseParams.keySet())
|
||||
if (!STYLE_NO_INHERIT.contains(key))
|
||||
if (!STYLE_NO_INHERIT.contains(key) || element)
|
||||
result.put(key, baseParams.get(key));
|
||||
|
||||
return TextUtils.join(";", result.values());
|
||||
|
||||
Reference in New Issue
Block a user