aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorfawn <fangrui_tong@brown.edu>2019-07-29 22:48:31 -0400
committerfawn <fangrui_tong@brown.edu>2019-07-29 22:48:31 -0400
commit6efe31636305bf5120d472f456b69d1b699b2ae8 (patch)
tree548f10a79887c1c059e00b61d3d6bf4460d53bdc /src/client/views/collections/CollectionSchemaView.scss
parent5d1135faa9506ed136b2fa0d298e23fd07ca8c1f (diff)
styled toggle buttons on schema chrome
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index dc6ca060d..e826ff63a 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -492,7 +492,8 @@ button.add-column {
}
.collectionSchemaView-table {
- width: calc(100% - 7px);
+ // width: calc(100% - 7px);
+ width: 100%;
height: 100%;
// overflow-y: scroll;
overflow: visible;