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 7b438e6 commit f016ce9Copy full SHA for f016ce9
src/Umbraco.Web.UI.Client/src/packages/core/dashboard/default/dashboard.element.ts
@@ -118,7 +118,9 @@ export class UmbDashboardElement extends UmbLitElement {
118
.grid-container {
119
display: grid;
120
grid-template-columns: repeat(4, 1fr);
121
+ //grid-template-rows: repeat(100, 225px);
122
margin: calc(var(--uui-size-space-3) * -1);
123
+ margin-bottom: 20px;
124
}
125
126
umb-extension-slot::part(umb-dashboard-app-small) {
0 commit comments