Skip to content

Commit 55ffd80

Browse files
committed
feat: add reset edit changes button to dev-center
1 parent 63a0053 commit 55ffd80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dev-center/css/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,12 @@ ol li:before {
951951
margin-top: 20px;
952952
margin-bottom: 20px;
953953
}
954+
.edit-app-reset-btn{
955+
float: right;
956+
margin-top: 20px;
957+
margin-bottom: 20px;
958+
margin-right: 10px;
959+
}
954960
input:read-only {
955961
background-color: rgb(242 242 242);
956962
}

0 commit comments

Comments
 (0)