From 11de514cc63df459df56af5c50fc17463be1f317 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Thu, 16 Nov 2023 15:45:38 +0800 Subject: [PATCH] fix css Former-commit-id: 08f3c114292676699a1921d4395f268a54763428 --- src/llmtuner/webui/css.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/llmtuner/webui/css.py b/src/llmtuner/webui/css.py index 51ca1d64..36e3d4c2 100644 --- a/src/llmtuner/webui/css.py +++ b/src/llmtuner/webui/css.py @@ -1,9 +1,9 @@ CSS = r""" .duplicate-button { - margin: auto; - color: white; - background: black; - border-radius: 100vh; + margin: auto !important; + color: white !important; + background: black !important; + border-radius: 100vh !important; } .modal-box {