From 533086af7677f3c9e649145e6342a7d60412f7e3 Mon Sep 17 00:00:00 2001 From: "128343390+import-pandas-as-numpy@users.noreply.github.com" <128343390+import-pandas-as-numpy@users.noreply.github.com> Date: Sun, 5 May 2024 04:15:15 -0500 Subject: [PATCH] Adjusted report-anchor attribute to inline to prevent element expanding to occupy parent div --- inspector/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspector/static/style.css b/inspector/static/style.css index 9d47c87..e27feae 100644 --- a/inspector/static/style.css +++ b/inspector/static/style.css @@ -11,7 +11,7 @@ } .report-anchor { - display: block; + display: inline; color: red; }