From 2082f3691e8a4e32c911b066fb8b0aeb6a1d87ef Mon Sep 17 00:00:00 2001 From: cmsilv Date: Thu, 1 Aug 2019 15:06:48 -0400 Subject: [PATCH] Fix misaligned checkboxes on workflow admin page (#8253) Remove unnecessary html class to fix misaligned check boxes on workflow admin page --- .../Modules/Orchard.Workflows/Views/Admin/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Workflows/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Workflows/Views/Admin/Index.cshtml index 57d2d2095..64a0fe02c 100644 --- a/src/Orchard.Web/Modules/Orchard.Workflows/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Workflows/Views/Admin/Index.cshtml @@ -43,7 +43,7 @@ - + @@ -75,4 +75,4 @@
@T("Name")    
@Display(Model.Pager) -} \ No newline at end of file +}