From 5b843e67fde4e541fe7582455cb2ca3384ca11ba Mon Sep 17 00:00:00 2001 From: Aysha Date: Mon, 21 Oct 2024 13:25:56 +0530 Subject: [PATCH] fix: table styling --- wiki/public/scss/edit_wiki.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki/public/scss/edit_wiki.scss b/wiki/public/scss/edit_wiki.scss index cf44c8d9..1d9a5cd9 100644 --- a/wiki/public/scss/edit_wiki.scss +++ b/wiki/public/scss/edit_wiki.scss @@ -265,7 +265,6 @@ $font-sizes-mobile: ( td, th { min-width: 1em; - border: 2px solid #ced4da; padding: 3px 5px; vertical-align: top; box-sizing: border-box; @@ -312,9 +311,9 @@ $font-sizes-mobile: ( .table-bordered, .table-bordered th, .table-bordered td { - border-left: none; - border-right: none; + border: 1px solid; border-color: $gray-200; + color: inherit; } .table-bordered thead th,