mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04: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 {
|
.codeline {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linenumber {
|
.linenumber {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue