From 528d8d12590d8c6acacb8d9d47faf4e9a79a679d Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 14 Jul 2025 22:57:20 +0100 Subject: [PATCH] Fixed ID Display --- src/App.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.css b/src/App.css index 10594ea..e7fa2a5 100644 --- a/src/App.css +++ b/src/App.css @@ -36,6 +36,15 @@ .ant-typography .id-text { font-family: 'DM Mono'; font-size: 11.9px; + vertical-align: top !important; +} + +.ant-typography-ellipsis-single-line { + vertical-align: middle !important; +} + +.ant-typography-ellipsis-single-line >code { + vertical-align: top !important; } .flag {