From d2bf15fafaf0f775e47d2ff3261c2178bc0d8f30 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Fri, 17 Jan 2025 09:59:16 +0000 Subject: [PATCH] Fix panel border after turning them to button --- styles/yeswiki-base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/yeswiki-base.css b/styles/yeswiki-base.css index 50c9a0c41..39f2a4f9a 100755 --- a/styles/yeswiki-base.css +++ b/styles/yeswiki-base.css @@ -1064,6 +1064,7 @@ td.users-table-break-word { } .panel button.panel-heading { - width: 100%; - text-align: left; + width: 100%; + text-align: left; + border: none; }