html - Nested comments in Bootstrap 3 -
I want a list of comments in Bootstrap 3. The list needs to handle nested comments.
I have tried with media
in bootstrap but there is no full width in media containers (). I have a red background to illustrate the problem.
Has anyone made a nested comment list? I do not think the media
component in bootstrap is good enough.
& lt; Ul class = "media-list" & gt; Why not use MediaList component in Bootstrap 3 & lt; Li class = "media" & gt; & Lt; One class = "media-left" href = "#" & gt; & Lt; Img src = "..." alt = "..." & gt; & Lt; / A & gt; & Lt; Div class = "media-body" & gt; & Lt; H4 square = "media-title" & gt; Media title & lt; / H4 & gt; ... & lt; / Div & gt; & Lt; / Li & gt; & Lt; / Ul & gt;
Task Bela
Comments
Post a Comment