Skip to content

Commit

Permalink
fix: fix padding of drop panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Dec 5, 2024
1 parent d6a7e4a commit 9435b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/component/BindI18n.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,7 @@ export default {
<style>
.select-i18n-drop {
max-width: 300px;
padding: 8px 0;
border-radius: 4px;
}
</style>

0 comments on commit 9435b50

Please sign in to comment.