mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
Right align comments with wrap support.
This commit is contained in:
parent
5ae081a50e
commit
58b120f538
1 changed files with 4 additions and 0 deletions
|
|
@ -1381,6 +1381,9 @@ If your plugin does not need CSS, delete this file.
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.2;
|
||||
display: flex;
|
||||
column-gap: 4px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ps-root .ps-funcname {
|
||||
|
|
@ -1405,6 +1408,7 @@ If your plugin does not need CSS, delete this file.
|
|||
font-variant: normal;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.ps-root .ps-linenum {
|
||||
|
|
|
|||
Loading…
Reference in a new issue