Skip to content

Commit 0b9015a

Browse files
committed
Corrected alignment of attribute values
For some reason, these were only indented 30 characters, instead of Ignia's standard of 32 characters.
1 parent af5e765 commit 0b9015a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/TopicList

OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/TopicList/Default.cshtml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88

99
@if (Model.TopicList.Count > 1) {
1010
<select
11-
asp-for ="Value"
12-
asp-items ="Model.TopicList"
13-
class ="@Model.AttributeDescriptor.CssClass form-control form-inline"
14-
disabled =@(!Model.AttributeDescriptor.IsEnabled)
15-
required =@Model.AttributeDescriptor.IsRequired
16-
>
11+
asp-for ="Value"
12+
asp-items ="Model.TopicList"
13+
class ="@Model.AttributeDescriptor.CssClass form-control form-inline"
14+
disabled =@(!Model.AttributeDescriptor.IsEnabled)
15+
required =@Model.AttributeDescriptor.IsRequired>
1716
</select>
1817
}
1918
else {

0 commit comments

Comments
 (0)