aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-19 16:35:45 -0400
committerbob <bcz@cs.brown.edu>2019-04-19 16:35:45 -0400
commit51bf82d67ad12f8ec2aadf0b3ac36273c811473b (patch)
treeb578c009635e40be2b370b5349a76ec97234f2b5 /src/client/views/collections/CollectionSchemaView.scss
parent5ce44593a1edb4de4254f8fc7e323ae1d9f9e896 (diff)
parentaf6feb64510490da8d815f41ceb639d693b9eae3 (diff)
Merge branch 'master' into leftbuttondominant
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 6eabbe17c..cfdb3ab22 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -1,6 +1,7 @@
@import "../globalCssVariables";
+
.collectionSchemaView-container {
border-width: $COLLECTION_BORDER_WIDTH;
border-color : $intermediate-color;
@@ -10,6 +11,10 @@
position: absolute;
width: 100%;
height: 100%;
+
+ .collectionSchemaView-cellContents {
+ height: $MAX_ROW_HEIGHT;
+ }
.collectionSchemaView-previewRegion {
position: relative;
@@ -104,7 +109,7 @@
}
.rt-tr-group {
direction: ltr;
- max-height: 44px;
+ max-height: $MAX_ROW_HEIGHT;
}
.rt-td {
border-width: 1px;
@@ -136,7 +141,7 @@
}
.ReactTable .rt-th,
.ReactTable .rt-td {
- max-height: 44;
+ max-height: $MAX_ROW_HEIGHT;
padding: 3px 7px;
font-size: 13px;
text-align: center;