1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Keep list style type

This commit is contained in:
M66B 2021-07-09 10:38:48 +02:00
parent 4d0a689f0f
commit e941f03c1d

View file

@ -831,6 +831,8 @@ public class HtmlHelper {
case "list-style-type":
// https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
element.attr("x-list-style", value);
if (!view)
sb.append(key).append(':').append(value).append(';');
break;
}
}