summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-20 14:40:51 -0700
committerDessalines <tyhou13@gmx.com>2019-08-20 14:40:51 -0700
commitbaf205e113f7963fa65d373c84b73a0ac91284a8 (patch)
tree62fc13fbd3e8b814040804de6ececa2f85747b65 /ui/src/components/community.tsx
parent46363811f0af34d0456910ec733cf890cb42e97c (diff)
Removing navbar toggler border.
Diffstat (limited to 'ui/src/components/community.tsx')
-rw-r--r--ui/src/components/community.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx
index 0a982a84..3459320c 100644
--- a/ui/src/components/community.tsx
+++ b/ui/src/components/community.tsx
@@ -147,7 +147,7 @@ export class Community extends Component<any, State> {
paginator() {
return (
- <div class="mt-2">
+ <div class="my-2">
{this.state.page > 1 &&
<button class="btn btn-sm btn-secondary mr-1" onClick={linkEvent(this, this.prevPage)}><T i18nKey="prev">#</T></button>
}