From 9b9920402ea7a66b68262b9f131c31be54636b7e Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 28 Dec 2025 16:07:51 -0500 Subject: [PATCH] feat(ui): adjust grid layout in InfoRow component for improved responsiveness Signed-off-by: Deluan --- ui/src/plugin/InfoCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/plugin/InfoCard.jsx b/ui/src/plugin/InfoCard.jsx index c57146958..84c844d27 100644 --- a/ui/src/plugin/InfoCard.jsx +++ b/ui/src/plugin/InfoCard.jsx @@ -90,7 +90,7 @@ const PermissionChip = ({ label, permission, classes }) => { // Info row component for responsive grid const InfoRow = ({ label, children, classes, isSmall }) => ( <> - + ( {label} - + {children}