File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/search-metadata-previews Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ const BaseUrlOverflowContainer = styled( BaseUrl )`
180
180
padding-top: 1px;
181
181
line-height: 20px;
182
182
vertical-align: bottom;
183
+ column-gap: 12px;
183
184
` ;
184
185
BaseUrlOverflowContainer . displayName = "BaseUrlOverflowContainer" ;
185
186
@@ -197,7 +198,6 @@ const UrlBaseContainer = styled.span`
197
198
const FaviconContainer = styled . div `
198
199
width: 28px;
199
200
height: 28px;
200
- margin-right: 12px;
201
201
border-radius: 50px;
202
202
display: flex;
203
203
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`] = `
165
165
padding - top : 1px ;
166
166
line - height : 20px ;
167
167
vertical - align : bottom ;
168
+ - webkit - column - gap : 12px ;
169
+ column - gap : 12px ;
168
170
}
169
171
170
172
.c12 {
@@ -184,7 +186,6 @@ exports[`SnippetEditor Desktop mode and should switch to mobile 1`] = `
184
186
.c10 {
185
187
width : 28px ;
186
188
height : 28px ;
187
- margin - right : 12px ;
188
189
border - radius : 50px ;
189
190
display : - webkit - box ;
190
191
display : - webkit - flex ;
@@ -627,6 +628,8 @@ exports[`SnippetEditor Mobile mode 1`] = `
627
628
padding - top : 1px ;
628
629
line - height : 20px ;
629
630
vertical - align : bottom ;
631
+ - webkit - column - gap : 12px ;
632
+ column - gap : 12px ;
630
633
}
631
634
632
635
.c11 {
@@ -646,7 +649,6 @@ exports[`SnippetEditor Mobile mode 1`] = `
646
649
.c9 {
647
650
width : 28px ;
648
651
height : 28px ;
649
- margin - right : 12px ;
650
652
border - radius : 50px ;
651
653
display : - webkit - box ;
652
654
display : - webkit - flex ;
You can’t perform that action at this time.
0 commit comments