summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/src/components/post.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 3b0a8d4a..ce737a4e 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -226,7 +226,7 @@ export class Post extends Component<any, PostState> {
sortRadios() {
return (
<>
- <div class="btn-group btn-group-toggle mb-2">
+ <div class="btn-group btn-group-toggle mr-3 mb-2">
<label
className={`btn btn-sm btn-secondary pointer ${
this.state.commentSort === CommentSortType.Hot && 'active'
@@ -280,7 +280,7 @@ export class Post extends Component<any, PostState> {
/>
</label>
</div>
- <div class="btn-group btn-group-toggle ml-3 mb-2">
+ <div class="btn-group btn-group-toggle mb-2">
<label
className={`btn btn-sm btn-secondary pointer ${
this.state.commentViewType === CommentViewType.Tree && 'active'