Skip to content

Commit 117f52e

Browse files
fixes #1322 Icon Align Bootstrap 4
1 parent 8ad88d8 commit 117f52e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Dnn.CommunityForums/themes/community-bootstrap/_src/scss/theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
@import "parts/_topics-view.scss";
1717
@import "parts/_topic-view.scss";
1818

19-
}
19+
}

Dnn.CommunityForums/themes/community-bootstrap/templates/ForumView.ascx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<tr class="dcf-table-body-row">
4949
<td class="dcf-col dcf-col-text">
5050
<div class="d-flex">
51-
[FORUM:FORUMICONCSS|<div class="dcf-forum-icon pe-2"><i class="fa {0} fa-2x"></i></div>
51+
[FORUM:FORUMICONCSS|<div class="dcf-forum-icon pr-2 pe-2"><i class="fa {0} fa-2x"></i></div>
5252
]
5353
<div class="dcf-forum-title-text">
5454
<h4 class="dcf-forum-title h5 mt-0 mb-2">[FORUM:FORUMLINK|
@@ -80,7 +80,7 @@
8080
[SUBFORUMS]
8181
<tr class="dcf-table-body-row dcf-sub-forums">
8282
<td class="dcf-col pl-5 px-5" colspan="5">
83-
<h5 class="dcf-sub-forum-title">[RESX:Child] [RESX:FORUMS]</h5>
83+
<h5 class="dcf-sub-forum-title h6 my-1">[RESX:Child] [RESX:FORUMS]</h5>
8484
</td>
8585
</tr>
8686
<tr class="dcf-table-body-row dcf-sub-forums">
Binary file not shown.

Dnn.CommunityForums/themes/community-default/_src/less/parts/_forum-view.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
}
4848

4949
}
50-
}
50+
}
Binary file not shown.

Dnn.CommunityForums/themes/community-default/theme.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)