aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-24 09:10:57 -0400
committerbobzel <zzzman@gmail.com>2021-09-24 09:10:57 -0400
commit851647c8d399dc6e5d036ac11cbce4e8dd8c2eb9 (patch)
tree6aadfb3e43882bcf1e7532c2f57eeb4be33b28ea /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parenta4b3114f3792c80e20a3f40053ec4724729c1100 (diff)
parent643df77e6366b7164307ffe195ed9de83b68e5ae (diff)
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 3074ce66e..9ebe14d6c 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -444,11 +444,12 @@ button.add-column {
border: none;
background-color: $white;
width: 100%;
- height: 100%;
+ height: fit-content;
min-height: 26px;
}
}
&.focused {
+ overflow: hidden;
&.inactive {
border: none;
}