From 28733beff4dad195f3a3dfd6dcf6472cdd39948b Mon Sep 17 00:00:00 2001 From: jordan-ae Date: Mon, 3 Jun 2024 21:27:16 +0100 Subject: [PATCH 1/2] fix: responsiveness on long reciept name --- lib/chainlist | 1 + static/styles/rewards/claim-table.css | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 160000 lib/chainlist diff --git a/lib/chainlist b/lib/chainlist new file mode 160000 index 00000000..80592837 --- /dev/null +++ b/lib/chainlist @@ -0,0 +1 @@ +Subproject commit 805928372c7a97eec513e8c74c344dd759f07e1c diff --git a/static/styles/rewards/claim-table.css b/static/styles/rewards/claim-table.css index 1d5db0ad..6fb05ea2 100644 --- a/static/styles/rewards/claim-table.css +++ b/static/styles/rewards/claim-table.css @@ -313,9 +313,6 @@ thead { overflow: hidden; /* box-shadow: 0 12px 64px #00000010; */ } -table * { - text-wrap: nowrap; -} @keyframes thead-fade-in { 0% { From db026c97b70f7680980025685ed9437c89a26035 Mon Sep 17 00:00:00 2001 From: jordan-ae Date: Wed, 5 Jun 2024 02:55:45 +0100 Subject: [PATCH 2/2] fix: remove chainlist and fix build --- lib/chainlist | 1 - 1 file changed, 1 deletion(-) delete mode 160000 lib/chainlist diff --git a/lib/chainlist b/lib/chainlist deleted file mode 160000 index 80592837..00000000 --- a/lib/chainlist +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 805928372c7a97eec513e8c74c344dd759f07e1c