aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-list/index.scss')
-rw-r--r--ui/app/components/transaction-list/index.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list/index.scss b/ui/app/components/transaction-list/index.scss
index 0e8db485c..d944ef20e 100644
--- a/ui/app/components/transaction-list/index.scss
+++ b/ui/app/components/transaction-list/index.scss
@@ -7,7 +7,7 @@
&__completed-transactions {
display: flex;
flex-direction: column;
- height: 100%;
+ flex: 1;
}
&__header {
@@ -35,6 +35,7 @@
flex: 1;
display: grid;
grid-template-rows: 35% 1fr;
+ padding-top: 8px;
}
&__empty-text {