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:
parent
4d0a689f0f
commit
e941f03c1d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue