Skip to content

Commit 9b8044f

Browse files
Fixed column width for plugin logo
1 parent a03f14f commit 9b8044f

File tree

1 file changed

+2
-3
lines changed
  • src/Presentation/Nop.Web/Areas/Admin/Views/Plugin

1 file changed

+2
-3
lines changed

src/Presentation/Nop.Web/Areas/Admin/Views/Plugin/List.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,9 @@
198198
},
199199
new ColumnProperty(nameof(PluginModel.LogoUrl))
200200
{
201-
Title = T("Admin.Configuration.Plugins.Fields.Logo").Text,
202-
Width = "200",
201+
Title = T("Admin.Configuration.Plugins.Fields.Logo").Text,
203202
ClassName = NopColumnClassDefaults.CenterAll,
204-
Render = new RenderPicture()
203+
Render = new RenderPicture(width: 120)
205204
},
206205
new ColumnProperty(nameof(PluginModel.Description))
207206
{

0 commit comments

Comments
 (0)