From 4abb9506ab33be2f39af4693db6241628a3018f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:20:39 +0800 Subject: [PATCH] Add files via upload --- web/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index e60966eb..4c04e966 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -5309,6 +5309,7 @@ header { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; + line-clamp: 1; -webkit-box-orient: vertical; } @@ -5331,6 +5332,7 @@ header { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; + line-clamp: 2; -webkit-box-orient: vertical; word-break: break-word; } @@ -5784,8 +5786,6 @@ header { .vulnerability-header:hover { background-color: var(--bg-secondary); border-radius: 4px; - padding: 4px 8px; - margin: -4px -8px; } .vulnerability-title-section {