mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-29 04:22:40 +00:00
Fix code highlight indentation
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
29d9d49f5a
commit
64fe7233e7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
.codeline {
|
||||
grid-column: 2;
|
||||
white-space: nowrap;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.linenumber {
|
||||
|
|
Loading…
Reference in a new issue