aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/PropertiesView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-28 13:41:59 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-28 13:41:59 -0500
commite7af5195af8a7e0cfe1bcd40d49859474568a739 (patch)
treed8aed6d79354b24d74620770fa221f88df62d476 /src/client/views/collections/collectionFreeForm/PropertiesView.scss
parentbe70f604c9a0a9e623e34826de19455ab8855f5b (diff)
novice mode for fields and tagging and view only fields
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
index 0701f3b96..856f8e7f2 100644
--- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss
+++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
@@ -170,6 +170,8 @@
.propertiesView-fields-title-name {
font-size: 12.5px;
font-weight: bold;
+ white-space: nowrap;
+ width: 35px;
}
.propertiesView-fields-title-checkbox {
@@ -206,6 +208,16 @@
padding-left: 3px;
}
+ .uneditable-field {
+ display: flex;
+ overflow-y: visible;
+ margin-bottom: 2px;
+
+ &:hover {
+ cursor: auto;
+ }
+ }
+
.propertiesView-layout {
padding: 8.5px;