We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03f14f commit 9b8044fCopy full SHA for 9b8044f
src/Presentation/Nop.Web/Areas/Admin/Views/Plugin/List.cshtml
@@ -198,10 +198,9 @@
198
},
199
new ColumnProperty(nameof(PluginModel.LogoUrl))
200
{
201
- Title = T("Admin.Configuration.Plugins.Fields.Logo").Text,
202
- Width = "200",
+ Title = T("Admin.Configuration.Plugins.Fields.Logo").Text,
203
ClassName = NopColumnClassDefaults.CenterAll,
204
- Render = new RenderPicture()
+ Render = new RenderPicture(width: 120)
205
206
new ColumnProperty(nameof(PluginModel.Description))
207
0 commit comments