Right align comments with wrap support.

This commit is contained in:
dzx-dzx 2024-05-10 22:48:56 +08:00
parent 5ae081a50e
commit 58b120f538

View file

@ -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 {