Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit a64b795

Browse files
authored
Merge pull request #2149 from umbraco/v14/bugfix/blockgrid-layout-stylesheet-path
correct layout stylesheet path
2 parents 6d7be70 + 001e79c commit a64b795

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

src/assets/css/umbraco-blockgridlayout-flexbox.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/assets/css/umbraco-blockgridlayout.css

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/packages/block/block-grid/property-editors/block-grid-layout-stylesheet/property-editor-ui-block-grid-layout-stylesheet.element.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ export class UmbPropertyEditorUIBlockGridLayoutStylesheetElement
7979
.min=${this._limitMin}
8080
.max=${this._limitMax}></umb-input-static-file>
8181
<br />
82-
<a href="/umbraco/backoffice/assets/css/umbraco-blockgridlayout.css">Link to default layout stylesheet</a>
82+
<a href="/umbraco/backoffice/css/umbraco-blockgridlayout.css" target="_blank"
83+
>Link to default layout stylesheet</a
84+
>
8385
`;
8486
}
8587

0 commit comments

Comments
 (0)