diff options
author | bobzel <zzzman@gmail.com> | 2023-08-21 13:55:33 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-21 13:55:33 -0400 |
commit | 006e76c3c45e1573a0999e1d3a042d5fe0cb0216 (patch) | |
tree | 238e451b3675420dc6b5c48a8c4b598896bcebdb | |
parent | 8ebdd556d6e97a00d40afc973a6ee0e744aa78f7 (diff) |
fixed placement of title icon for presentation proeprties.
-rw-r--r-- | src/client/views/PropertiesView.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; |