+
@@ -177,7 +180,7 @@ const AccountSelect = ({
))}
- >
+
)}
diff --git a/components/GroupSize.tsx b/components/GroupSize.tsx
index 81c3aa94..e0cedea6 100644
--- a/components/GroupSize.tsx
+++ b/components/GroupSize.tsx
@@ -44,7 +44,7 @@ const GroupSize = ({ tickSize, value, onChange, className = '' }) => {
{({ selected }) => (
diff --git a/components/Select.tsx b/components/Select.tsx
index cf219077..ab9bebcf 100644
--- a/components/Select.tsx
+++ b/components/Select.tsx
@@ -49,7 +49,7 @@ const Option = ({ value, children, className = '' }) => {
{({ selected }) => (
diff --git a/components/WithdrawModal.tsx b/components/WithdrawModal.tsx
index f4901b0c..b57f99d6 100644
--- a/components/WithdrawModal.tsx
+++ b/components/WithdrawModal.tsx
@@ -334,10 +334,10 @@ const WithdrawModal: FunctionComponent
= ({
{symbol}
diff --git a/styles/index.css b/styles/index.css
index fcc4550f..bd7e9912 100644
--- a/styles/index.css
+++ b/styles/index.css
@@ -98,7 +98,7 @@ a {
}
li {
- @apply text-sm text-th-fgd-3;
+ @apply mb-2 text-sm text-th-fgd-3 last:mb-0;
}
tbody {