Skip to content

Commit

Permalink
Fix the search box fullwidth issue in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Dec 6, 2024
1 parent c9115b2 commit 55d992b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ export const Container = styled.div< ContainerProps >`
${ containerDisabledStyles }
${ containerWidthStyles }
.block-library-template-part__selection-search &,
.block-library-query-pattern__selection-search & {
width: 20%;
}
`;

type InputProps = {
Expand Down

0 comments on commit 55d992b

Please sign in to comment.