From 161ab5fd4bc93fafd9fdea2c23aa45212c0dfb3d Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Tue, 11 Jun 2024 18:56:39 +0530 Subject: [PATCH] added one line in css file --- public/assets/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 00d5653..2da61b2 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1334,9 +1334,8 @@ td a.action_icon { font-size: 15px; } -tr.odd td:last-child, -tr.even td:last-child { - /* display: flex; */ +#manage_investors_kyc_wrapper tr.odd td:last-child, #manage_investors_kyc_wrapper tr.even td:last-child { + display: flex; justify-content: center; }