Migrate Trigger tab to React (#855)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Sunil Kumar Yadav
2021-06-16 08:23:50 +05:30
committed by GitHub
parent af71a96d54
commit 914c372f5b
5 changed files with 387 additions and 224 deletions

View File

@@ -200,4 +200,12 @@
.migration:disabled {
background-color: #ccc;
}
.trigger-field {
width: 40%;
margin-top: 10px
}
.trigger-form {
padding: 10px 30px 10px 30px;
}