summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
authorSmit Patel <the1995captainh@gmail.com>2020-01-16 06:54:47 +0530
committerSmit Patel <the1995captainh@gmail.com>2020-01-16 06:54:47 +0530
commit9c15d8f45e2d3c0c6df68d972dc96dc3ec0bc939 (patch)
tree6da17e15a83fc214896b4dea143a393eabf5eb25 /ui/src/index.tsx
parent9845fda05c94b01f1b46ac1e1be87e899b3a24d3 (diff)
[CSS] Sticky Footer
Diffstat (limited to 'ui/src/index.tsx')
-rw-r--r--ui/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 41404f4b..5eeb3038 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -36,7 +36,7 @@ class Index extends Component<any, any> {
<Provider i18next={i18n}>
<BrowserRouter>
<Navbar />
- <div class="mt-4 p-0">
+ <div class="mt-4 p-0 fl-1">
<Switch>
<Route exact path={`/`} component={Main} />
<Route