Skip to content

Commit 889dfea

Browse files
author
DanielŻuławski
committed
Blog and News - comment minor changes
1 parent 2896d0d commit 889dfea

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

src/Web/Grand.Web/Views/Blog/BlogPost.cshtml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,8 @@
109109
</small>
110110
</div>
111111
</div>
112-
<div class="col-12 px-0">
113-
<div class="row">
114-
<div class="col">
115-
@comment.CommentText
116-
</div>
117-
</div>
112+
<div class="card-body">
113+
@comment.CommentText
118114
</div>
119115
</div>
120116
}

src/Web/Grand.Web/Views/News/NewsItem.cshtml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,9 @@
8585
</small>
8686
</div>
8787
</div>
88-
<div class="col-12 px-0">
89-
<div class="row">
90-
<div class="col">
91-
<h5>@comment.CommentTitle</h5>
92-
@comment.CommentText
93-
</div>
94-
</div>
88+
<div class="card-body">
89+
<h5>@comment.CommentTitle</h5>
90+
@comment.CommentText
9591
</div>
9692
</div>
9793
}

0 commit comments

Comments
 (0)