Skip to content

Commit

Permalink
fix: width of i18n plugin is not enough (opentiny#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 authored Aug 30, 2024
1 parent 82484af commit 1c480cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layout/src/DesignPlugins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default {
left: var(--base-nav-panel-width);
z-index: 999;
&.I18n {
&[class~='engine.plugins.i18n'] {
width: auto;
}
Expand Down

0 comments on commit 1c480cc

Please sign in to comment.