aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-07-24 17:48:11 -0400
committerFawn <fangrui_tong@brown.edu>2019-07-24 17:48:11 -0400
commit75070c4c2188823ed9a09816861d4f873574c9db (patch)
treef97f83b7cb51c32cd540fbfcc1f75d60c2aae681 /src/client/views/collections/CollectionSchemaView.scss
parent07e4ad670134213afc019bf84f765cdfc00a510a (diff)
can move rows within expanded collection
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 410790197..c2b0d8f42 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -148,7 +148,7 @@
padding: 0;
font-size: 13px;
text-align: center;
- // white-space: normal;
+ white-space: normal;
.imageBox-cont {
position: relative;
@@ -196,8 +196,6 @@
.collectionSchemaView-header {
height: 100%;
color: gray;
- letter-spacing: 2px;
- text-transform: uppercase;
.collectionSchema-header-menu {
height: 100%;
@@ -206,16 +204,18 @@
width: 100%;
height: 100%;
padding: 4px;
+ letter-spacing: 2px;
+ text-transform: uppercase;
svg {
margin-right: 4px;
}
}
- div[class*="css"] {
- width: 100%;
- height: 100%;
- }
+ // div[class*="css"] {
+ // width: 100%;
+ // height: 100%;
+ // }
}
}
@@ -287,12 +287,6 @@ button.add-column {
background-color: $light-color-secondary;
}
- &.row-wrapped {
- .rt-td {
- white-space: normal;
- }
- }
-
.row-dragger {
// height: $MAX_ROW_HEIGHT;
}
@@ -309,6 +303,10 @@ button.add-column {
&.row-inside {
border: 1px solid red;
}
+
+ .row-dragging {
+ background-color: blue;
+ }
}
}