From df9f76a5b8f2ed76c11b7f725ccaaa1f583a6903 Mon Sep 17 00:00:00 2001 From: TianKai Ma Date: Mon, 28 Oct 2024 23:39:09 +0800 Subject: [PATCH] fix(ui): par rollback --- frontend/static/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/static/main.css b/frontend/static/main.css index 9b12793..769a33d 100644 --- a/frontend/static/main.css +++ b/frontend/static/main.css @@ -184,9 +184,6 @@ table .narrow { .main-body img { max-width: calc(100% - 32em); } - .main-body p { - max-width: calc(100% - 32em); - } .logout { max-width: 14em; }