Skip to content

Commit

Permalink
Merge branch 'query-view' into refactor-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Feb 4, 2020
2 parents d16494b + 3ff8ec8 commit 2f45fc5
Show file tree
Hide file tree
Showing 169 changed files with 1,385 additions and 3,283 deletions.
8 changes: 0 additions & 8 deletions client/app/assets/less/inc/angular.less

This file was deleted.

30 changes: 1 addition & 29 deletions client/app/assets/less/inc/edit-in-place.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.edit-in-place span.editable {
display: inline-block;
cursor: pointer;
}

Expand All @@ -23,32 +24,3 @@
.edit-in-place {
display: inline-block;
}

.edit-in-place {
.rd-form-control {
padding: 0px 6px;
width: 30vw;
}

&.active {
textarea.rd-form-control {
height: 29px;
width: 40vw;
}
}
}


@media (max-width: 880px) {
.edit-in-place {
.rd-form-control {
width: 50vw;
}

&.active {
textarea.rd-form-control {
width: 50vw;
}
}
}
}
Loading

0 comments on commit 2f45fc5

Please sign in to comment.