Skip to content

Commit

Permalink
fix: auto-complete width
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jun 19, 2023
1 parent 848bda4 commit 1892e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/options/sections/rules/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export default class Edit extends React.Component<EditProps, EditState> {
.semi-form {
.semi-form-field-main {
> .semi-autocomplete,
> .semi-select {
width: 100%;
}
Expand Down

0 comments on commit 1892e48

Please sign in to comment.