Skip to content

Fix gap between icon and title on search appearance on RTL #22322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -180,6 +180,7 @@ const BaseUrlOverflowContainer = styled( BaseUrl )`
padding-top: 1px;
line-height: 20px;
vertical-align: bottom;
column-gap: 12px;
`;
BaseUrlOverflowContainer.displayName = "BaseUrlOverflowContainer";

@@ -197,7 +198,6 @@ const UrlBaseContainer = styled.span`
const FaviconContainer = styled.div`
width: 28px;
height: 28px;
margin-right: 12px;
border-radius: 50px;
display: flex;
align-items: center;
Original file line number Diff line number Diff line change
@@ -165,6 +165,8 @@ exports[`SnippetEditor Desktop mode and should switch to mobile 1`] = `
padding-top: 1px;
line-height: 20px;
vertical-align: bottom;
-webkit-column-gap: 12px;
column-gap: 12px;
}

.c12 {
@@ -184,7 +186,6 @@ exports[`SnippetEditor Desktop mode and should switch to mobile 1`] = `
.c10 {
width: 28px;
height: 28px;
margin-right: 12px;
border-radius: 50px;
display: -webkit-box;
display: -webkit-flex;
@@ -627,6 +628,8 @@ exports[`SnippetEditor Mobile mode 1`] = `
padding-top: 1px;
line-height: 20px;
vertical-align: bottom;
-webkit-column-gap: 12px;
column-gap: 12px;
}

.c11 {
@@ -646,7 +649,6 @@ exports[`SnippetEditor Mobile mode 1`] = `
.c9 {
width: 28px;
height: 28px;
margin-right: 12px;
border-radius: 50px;
display: -webkit-box;
display: -webkit-flex;