Files
@ 9005c37dbe21
Branch filter:
Location: kallithea/scripts/logformat.py
9005c37dbe21
1.7 KiB
text/x-python
style: use monospace for 'formatted-fixed' class
The 'formatted-fixed' class is applied to PR comments, PR descriptions and
repository descriptions. It already preserves whitespace via 'whitespace:
pre-wrap', but the font is not monospace. As a result, diagrams or other
ASCII art do not display well.
Use monospace on this class to fix that.
The 'formatted-fixed' class is applied to PR comments, PR descriptions and
repository descriptions. It already preserves whitespace via 'whitespace:
pre-wrap', but the font is not monospace. As a result, diagrams or other
ASCII art do not display well.
Use monospace on this class to fix that.