From 645baa8d0c59fe575f8b41060126750aa3311391 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sat, 12 Oct 2024 20:03:27 -0400 Subject: made tagsView fit Doc width. --- src/client/views/TagsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/TagsView.tsx b/src/client/views/TagsView.tsx index 072cae3af..2615bc5fb 100644 --- a/src/client/views/TagsView.tsx +++ b/src/client/views/TagsView.tsx @@ -361,7 +361,7 @@ export class TagsView extends ObservableReactComponent { display: SnappingManager.IsResizing === this.View.Document[Id] ? 'none' : undefined, transformOrigin: 'top left', maxWidth: `${100 * this.currentScale}%`, - width: 'max-content', + width: `${100 * this.currentScale}%`, transform: `scale(${1 / this.currentScale})`, backgroundColor: this.isEditing ? Colors.LIGHT_GRAY : Colors.TRANSPARENT, borderColor: this.isEditing ? Colors.BLACK : Colors.TRANSPARENT, -- cgit v1.2.3-70-g09d2