diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-25 19:44:40 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-25 19:44:40 -0400 |
| commit | 1bedf9e23afe26a284ba4804672ad4f396402813 (patch) | |
| tree | b41177cba56db5e0a91e69671e3d25e3daa3a1c8 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 344e2563477fc4524cb287b55a9d5f29d64d4e14 (diff) | |
merge
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 98ec971ef..e56c705f0 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -311,7 +311,7 @@ button.add-column { .row-dragger { display: flex; - justify-content: space-evenly; + justify-content: space-around; // height: $MAX_ROW_HEIGHT; flex: 50 0 auto; width: 50px; @@ -406,6 +406,9 @@ button.add-column { justify-content: flex-end; padding: 0 10px; + border-bottom: 2px solid gray; + // margin-bottom: 10px; + .collectionSchemaView-toolbar-item { display: flex; flex-direction: column; |
