diff options
-rw-r--r-- | src/client/views/PropertiesView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 04cb451fd..ce2a87733 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -693,6 +693,7 @@ .propertiesView-selectedList { min-width: max-content; + width: 100%; max-height: 180; overflow: hidden; overflow-y: scroll; |