Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 975644b

Browse files
committed
Moves inline text-align style to stylesheet, and set to initial
1 parent 09acdd3 commit 975644b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Css/doctypegrideditor.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
border: 1px solid #bbbabf;
1919
}
2020

21+
.dtge-editor-preview-container {
22+
text-align: initial;
23+
}
2124
/*
2225
Style the doc type grid editor previews
2326

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
</div>
1313
<div ng-if="preview"
1414
class="dtge-editor-preview-container"
15-
style="text-align: left;"
1615
dtge-bind-html-compile="preview"
1716
prevent-default>
1817
</div>

0 commit comments

Comments
 (0)