From d4c3af196d8fc7355a9b78b78f17e4b44bd4f62b Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Sun, 8 Sep 2024 05:14:46 -0400 Subject: col size setting --- src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss index eaa32e62a..9d82ada37 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss @@ -905,6 +905,7 @@ background-color: rgb(60, 60, 60); .top-bar { + position: relative; display: flex; flex-direction: row; align-items: center; @@ -916,6 +917,10 @@ height: 20px; background-color: rgb(50, 50, 50); color: rgb(168, 167, 167); + + .field-title { + color: whitesmoke; + } } .opts-bar { -- cgit v1.2.3-70-g09d2