From 6917c0e6766240c678344a2c0ae37b9ca2586f38 Mon Sep 17 00:00:00 2001
From: Akanksh Saxena
Date: Thu, 27 Jan 2022 14:10:03 +0100
Subject: [PATCH] fix: place export button above the table
---
.../app/styles/pages/subscriptions/list.scss | 2 +-
frontend/app/subscriptions/list/template.hbs | 25 ++++++++-----------
2 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/frontend/app/styles/pages/subscriptions/list.scss b/frontend/app/styles/pages/subscriptions/list.scss
index b35a14fc..a6a050d8 100644
--- a/frontend/app/styles/pages/subscriptions/list.scss
+++ b/frontend/app/styles/pages/subscriptions/list.scss
@@ -2,7 +2,7 @@
&__button {
@extend .uk-button;
@extend .uk-button-default;
- @extend .uk-margin-right;
+ @extend .uk-align-right;
}
&__hint {
diff --git a/frontend/app/subscriptions/list/template.hbs b/frontend/app/subscriptions/list/template.hbs
index a80a79b5..fea3b6a1 100644
--- a/frontend/app/subscriptions/list/template.hbs
+++ b/frontend/app/subscriptions/list/template.hbs
@@ -24,6 +24,16 @@
+
+
+
@@ -91,20 +101,5 @@
-
-
-
-
-
- {{~t "page.subscriptions.list.export.hint"~}}
-
-
-