aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-26 16:19:23 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-26 16:19:23 -0500
commita607928d563520fc0a07c559334ea7039d269d3a (patch)
treefcb9cd08f25d6ffc22421aa9c35907f652c044b6 /src/client/views/collections/collectionFreeForm
parenteab29b953a24659f16901fa10522f3787212ccc0 (diff)
overflow, open in tab bug fixes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
index 7b8f116b7..99db0022e 100644
--- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss
+++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
@@ -5,7 +5,8 @@
font-family: "Noto Sans";
cursor: auto;
- overflow-y: scroll;
+ overflow-x: visible;
+ overflow-y: visible;
.propertiesView-title {
background-color: rgb(159, 159, 159);
@@ -23,7 +24,7 @@
.propertiesView-title-icon {
width: 20px;
height: 20px;
- padding-left: 32px;
+ padding-left: 38px;
margin-top: -5px;
&:hover {