https://bugs.documentfoundation.org/show_bug.cgi?id=146015
--- Comment #4 from achim <[email protected]> --- Spacing is also discussed in #tdf115326 . I.g. I agree wih that discussion: HTML collapses any and all whitespaces to one single space, and tabs are not supported in HTML (unless pre tag is used). As I described in my attached document, CSS can do the trick with min-length, but the challange for LO is to find the proper value for that min-length. Just a guess: if there're tabs used in LO, set the style used for them with min-length:4em (which is roughly 8 characters). Of course, if the defined tabstop is larger, an greater value must be used. Also use at least one space (either simple space   or ) in the span for the tab to ensure that there is always a space. -- You are receiving this mail because: You are the assignee for the bug.
