Skip to content

Commit

Permalink
Merge main into sweep/add-sweep-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 13, 2023
2 parents d790dcf + 4fd494a commit 7c43ed9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 68 deletions.
68 changes: 0 additions & 68 deletions plugin/src/features/Deployment/override.css

This file was deleted.

27 changes: 27 additions & 0 deletions plugin/src/features/Interaction/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,31 @@
padding: 10px;
}

.tooltip-input-final-value {
display: none;
}

.function-header span {
display: none;
}

.input-label {
display: flex;
flex-direction: column;
padding: 2px;
}

.input-label span {
margin-left: 0 !important;
/*padding: 5px !important;*/
padding-left: 5px !important;
}

.function-form-input-wrapper button {
display: none;
}

.function-form-input-wrapper {
padding-bottom: 10px !important;
}
}

0 comments on commit 7c43ed9

Please sign in to comment.