From 1e2f97d1dcd3abb3be701462a43d166e9826edc3 Mon Sep 17 00:00:00 2001 From: bob Date: Tue, 3 Mar 2020 12:16:21 -0500 Subject: from last. --- src/client/util/RichTextSchema.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index d66890cda..2ef22b6a0 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -942,9 +942,8 @@ export class DashFieldView { this._labelSpan = document.createElement("span"); this._labelSpan.style.backgroundColor = "rgba(155, 155, 155, 0.44)"; this._labelSpan.style.position = "relative"; - this._labelSpan.style.display = "inline"; - this._labelSpan.style.fontWeight = "bold"; - this._labelSpan.style.fontSize = "larger"; + this._labelSpan.style.display = "inline-block"; + this._labelSpan.style.fontSize = "small"; this._labelSpan.title = "click to see related tags"; this._labelSpan.onpointerdown = function (e: any) { e.stopPropagation(); -- cgit v1.2.3-70-g09d2