From c81fd58ec412ebd6f6826ecbe0293d7c278cec22 Mon Sep 17 00:00:00 2001 From: mochaaP Date: Thu, 23 Jun 2022 06:01:24 +0000 Subject: [PATCH] chore: align checkbox with title --- resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx b/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx index 3b47b6bc..99bda687 100644 --- a/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx +++ b/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx @@ -33,6 +33,7 @@ const ActionButton = styled.a` const Header = styled.div` max-width: calc(100% - 40px); display: flex; + align-items: center; ` const Description = styled.div` font-size: 14px;