diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-28 01:53:35 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-28 01:53:35 -0500 |
| commit | e5385f9421b23d4119ac8704c9d127f1f296ac54 (patch) | |
| tree | 2ef68d521c3d47a6271e6ff7e7bb22f42f7cb6dd /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 1a8809cf5700b8a72f8b2ace1d43e8512d03defe (diff) | |
partial dropdown for types
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 4 |
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; |
