From 23a7c65e8c12f96b145f42b808e66ad0367bc8cc Mon Sep 17 00:00:00 2001 From: Benjamin Clark Date: Thu, 12 Dec 2024 14:56:13 -0500 Subject: [PATCH] Fix minor styling issue with sidebar property headings in rapid datasets. --- css/80_app_fb.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/80_app_fb.css b/css/80_app_fb.css index 56b032203..d49411461 100644 --- a/css/80_app_fb.css +++ b/css/80_app_fb.css @@ -280,10 +280,15 @@ button.rapid-features.layer-off use { .rapid-inspector .tag-heading, .overture-inspector .property-heading { margin-right: 5px; - margin-top: 5px; padding-left: 3px; - font-size: larger; } + +.overture-inspector .property-heading { + margin-top: 5px; + font-size: larger; +} + + .rapid-inspector .tag-info .tag-entry { display: flex; flex: 0 1 auto;