Skip to content

Commit f016ce9

Browse files
committed
Update dashboard.element.ts
1 parent 7b438e6 commit f016ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/dashboard/default/dashboard.element.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ export class UmbDashboardElement extends UmbLitElement {
118118
.grid-container {
119119
display: grid;
120120
grid-template-columns: repeat(4, 1fr);
121+
//grid-template-rows: repeat(100, 225px);
121122
margin: calc(var(--uui-size-space-3) * -1);
123+
margin-bottom: 20px;
122124
}
123125
124126
umb-extension-slot::part(umb-dashboard-app-small) {

0 commit comments

Comments
 (0)