Skip to content

Commit 134dd0c

Browse files
committed
remove margin of tiny-button
1 parent c3c6a39 commit 134dd0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/common/component/BindI18n.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ export default {
175175
color: #ccc;
176176
}
177177
}
178-
.tiny-button.tiny-button.tiny-button--default {
179-
margin: 0;
180-
}
181178
.addNewLanguage {
182179
.tiny-input {
183180
display: flex;
@@ -218,5 +215,9 @@ export default {
218215
justify-content: flex-end;
219216
margin-top: 16px;
220217
gap: 8px;
218+
.tiny-button,
219+
.tiny-button.tiny-button--default {
220+
margin: 0;
221+
}
221222
}
222223
</style>

0 commit comments

Comments
 (0)