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;