diff --git a/MFiles.VAF.Extensions/Dashboards/ApplicationOverviewDashboardContent/DefaultApplicationOverviewDashboardContentRenderer.cs b/MFiles.VAF.Extensions/Dashboards/ApplicationOverviewDashboardContent/DefaultApplicationOverviewDashboardContentRenderer.cs index a0b2051..dc223fa 100644 --- a/MFiles.VAF.Extensions/Dashboards/ApplicationOverviewDashboardContent/DefaultApplicationOverviewDashboardContentRenderer.cs +++ b/MFiles.VAF.Extensions/Dashboards/ApplicationOverviewDashboardContent/DefaultApplicationOverviewDashboardContentRenderer.cs @@ -92,7 +92,9 @@ public virtual IDashboardContent GetDashboardContent() contentCell.InnerContent = content; // Add the logo. - row.AddCell(this.VaultApplication.DashboardLogo); + row.AddCell(this.VaultApplication.DashboardLogo) + .Styles + .AddOrUpdate("width", "1%"); // Make it small. // The root will now be the table, not the collection. root = table;