From 4e1a389c8ba584c7ed7607fcc456c096fd72c037 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 10 Jul 2023 16:20:16 -0400 Subject: [PATCH] fix #2977 - margin between edit and cog --- Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor index 45ac9d27..d35268a2 100644 --- a/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor +++ b/Oqtane.Client/Themes/Controls/Theme/ControlPanel.razor @@ -36,7 +36,7 @@ @if (_canViewAdminDashboard || UserSecurity.IsAuthorized(PageState.User, PermissionNames.Edit, PageState.Page.PermissionList)) { -