Render the TAB char wider, so it is easier recognized as tab
This commit is contained in:
parent
6abd0b6faa
commit
234b70845c
@ -584,6 +584,11 @@ span.ctrl-char {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* special formatting for the TAB character: make it wider, so it is rendered more properly */
|
||||
span.ctrl-char[title="0x09"] {
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
table.diff {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user