diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-26 02:03:16 +0800 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-26 02:03:16 +0800 |
| commit | 6c1f48a0480e99525ef9fcfbcd77e33435f79882 (patch) | |
| tree | 68bbf98336808f6fd0e921437e37fdaa58a74c9e /src/client/views/PropertiesView.scss | |
| parent | 57d7db6b5dc20b22a450076965b938cf7dcd4bf2 (diff) | |
minor UI color change + reformatting
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index ed3a82236..f6a2035dc 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -687,10 +687,12 @@ display: inline-flex; .propertiesView-selectedCount { - + width: max-content; + min-width: max-content; } .propertiesView-selectedList { + min-width: max-content; border-left: solid 1px darkgrey; margin-left: 10px; padding-left: 5px; |
