From 006e76c3c45e1573a0999e1d3a042d5fe0cb0216 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 21 Aug 2023 13:55:33 -0400 Subject: fixed placement of title icon for presentation proeprties. --- src/client/views/PropertiesView.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 1a7c9eb64..a0b054851 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -1,5 +1,12 @@ @import './global/globalCssVariables.scss'; +.propertiesView-presentationTrails-title { + display: flex; +} +.propertiesView-presentationTrails-title-icon { + position: absolute; + right: 4; +} .propertiesView { height: 100%; width: 250; -- cgit v1.2.3-70-g09d2