You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a tool which displays a tab delimited table in <pre> HTML tags. Part of this tool displays masked bank account numbers but when three asterisks are displayed they're out of alignment with each other.
Steps to Reproduce
The HTML page has a <pre> element with the output of a tab delimited table. This works to display the contents in a human readable fashion. Everything else is aligned (in terms of columns and rows).
Here's the computed CSS of the <pre> element.
Expected result:
I'm not sure why three asterisks are the only combination which is out of alignment.
Description
We have a tool which displays a tab delimited table in
<pre>
HTML tags. Part of this tool displays masked bank account numbers but when three asterisks are displayed they're out of alignment with each other.Steps to Reproduce
The HTML page has a
<pre>
element with the output of a tab delimited table. This works to display the contents in a human readable fashion. Everything else is aligned (in terms of columns and rows).Here's the computed CSS of the
<pre>
element.Expected result:
I'm not sure why three asterisks are the only combination which is out of alignment.
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
Other Additional Information:
The text was updated successfully, but these errors were encountered: