diff --git a/src/components/Select/index.tsx b/src/components/Select/index.tsx
index b768e7b9..1cd90599 100644
--- a/src/components/Select/index.tsx
+++ b/src/components/Select/index.tsx
@@ -104,7 +104,7 @@ export default function Select(props: Props) {
{props.title}
)}
-
+
{props.options
.sort((a, b) =>
(a.amount?.toNumber() ?? 0) > (b.amount?.toNumber() ?? 0) ? -1 : 1,
diff --git a/tailwind.config.js b/tailwind.config.js
index 94e91108..a01972b3 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -142,7 +142,6 @@ module.exports = {
15: '60px',
50: '200px',
55: '220px',
- 70: '280px',
},
hueRotate: {
'-82': '-82deg',
@@ -192,6 +191,9 @@ module.exports = {
wider: '3px',
widest: '5px',
},
+ maxHeight: {
+ 70: '280px',
+ },
minHeight: {
3: '12px',
5: '20px',