aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-28 01:53:35 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-28 01:53:35 -0500
commite5385f9421b23d4119ac8704c9d127f1f296ac54 (patch)
tree2ef68d521c3d47a6271e6ff7e7bb22f42f7cb6dd /src/client/views/collections/CollectionSchemaView.scss
parent1a8809cf5700b8a72f8b2ace1d43e8512d03defe (diff)
partial dropdown for types
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 9c5f2e8ac..2926a8f6f 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -265,7 +265,7 @@ button.add-column {
.keys-dropdown {
position: relative;
- width: 100%;
+ //width: 100%;
background-color: white;
input {
@@ -273,6 +273,8 @@ button.add-column {
padding: 3px;
height: 28px;
font-weight: bold;
+ letter-spacing: "2px";
+ text-transform: "uppercase";
&:focus {
font-weight: normal;