Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 1, 2022
1 parent 46f4d9e commit 486f9a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ exports[`ColorPaletteControl matches the snapshot 1`] = `
}
.emotion-6 {
font-size: 11px;
font-weight: 500;
line-height: 1.4;
text-transform: uppercase;
display: inline-block;
margin-bottom: calc(4px * 2);
padding: 0;
}
.emotion-8 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ exports[`ToggleGroupControl should render correctly with icons 1`] = `
}
.emotion-4 {
font-size: 11px;
font-weight: 500;
line-height: 1.4;
text-transform: uppercase;
display: inline-block;
margin-bottom: calc(4px * 2);
padding: 0;
}
.emotion-6 {
Expand Down Expand Up @@ -268,8 +273,13 @@ exports[`ToggleGroupControl should render correctly with text options 1`] = `
}
.emotion-4 {
font-size: 11px;
font-weight: 500;
line-height: 1.4;
text-transform: uppercase;
display: inline-block;
margin-bottom: calc(4px * 2);
padding: 0;
}
.emotion-6 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t
line-height: 1.4em;
}
.emotion-6 .components-custom-select-control__label,
.emotion-6 .ej5x27r2 {
line-height: 1.4em;
}
.emotion-8 {
grid-column: 1/-1;
}
Expand Down Expand Up @@ -137,11 +132,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t
line-height: 1.4em;
}
.emotion-8 .components-custom-select-control__label,
.emotion-8 .ej5x27r2 {
line-height: 1.4em;
}
<div>
<div
class="components-grid components-tools-panel emotion-0 emotion-1"
Expand Down

0 comments on commit 486f9a3

Please sign in to comment.