Skip to content

Commit 7d56662

Browse files
committed
ignore html attributes for an entire file
1 parent f9980bf commit 7d56662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/umbraco-news/umbraco-news-dashboard.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable lit/attribute-value-entities */
12
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
23
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
34
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
@@ -70,7 +71,6 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement {
7071
#our-umbraco {
7172
grid-column-start: 1;
7273
grid-column-end: -1;
73-
margin-bottom: var(--uui-size-layout-1);
7474
}
7575
#info-links {
7676
display: grid;

0 commit comments

Comments
 (0)