We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2896d0d commit 889dfeaCopy full SHA for 889dfea
src/Web/Grand.Web/Views/Blog/BlogPost.cshtml
@@ -109,12 +109,8 @@
109
</small>
110
</div>
111
112
- <div class="col-12 px-0">
113
- <div class="row">
114
- <div class="col">
115
- @comment.CommentText
116
- </div>
117
+ <div class="card-body">
+ @comment.CommentText
118
119
120
}
src/Web/Grand.Web/Views/News/NewsItem.cshtml
@@ -85,13 +85,9 @@
85
86
87
88
89
90
91
- <h5>@comment.CommentTitle</h5>
92
93
94
+ <h5>@comment.CommentTitle</h5>
95
96
97
0 commit comments