Skip to content

Commit

Permalink
MappingEditor: Move scheme names up to save space (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Oct 22, 2021
1 parent 40db18b commit f957e5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/MappingEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ export default {
position: relative;
order: 1;
margin: auto 0;
padding-top: 20px;
transform: translateY(-12px);
transform: translateY(-10px);
}
.mappingEditorPart {
flex: 1;
Expand Down Expand Up @@ -649,7 +648,7 @@ export default {
.mappingScheme {
text-align: center;
flex: none;
margin: 0 0 5px 0;
margin: -29px 0 5px 0;
}
.mappingConceptList {
flex: 1;
Expand Down

0 comments on commit f957e5e

Please sign in to comment.