https://bugs.documentfoundation.org/show_bug.cgi?id=137918

--- Comment #16 from Fedon Kadifeli <[email protected]> ---
The following HTML/CSS code may show a visual equivalent of what I mean:

<html>
<body>
<p>Left: Bla bla <span style="display: inline-flex;
  flex-direction: column;
  align-items: start;
  text-indent: 0;">W<span style="position: fixed;">,</span></span>
  bla bla...</p>

<p>Center: Bla bla <span style="display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-indent: 0;">W<span style="position: fixed;">,</span></span>
  bla bla..</p>

<p>Right: Bla bla <span style="display: inline-flex;
  flex-direction: column;
  align-items: end;
  text-indent: 0;">W<span style="position: fixed;">,</span></span>
  bla bla..</p>
</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to