From 58b120f538e825d9f164933bbb9feabe86839088 Mon Sep 17 00:00:00 2001 From: dzx-dzx Date: Fri, 10 May 2024 22:48:56 +0800 Subject: [PATCH] Right align comments with wrap support. --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 8a39ce1..0f0feef 100644 --- a/styles.css +++ b/styles.css @@ -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 {