Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and jeryj committed Aug 2, 2024
1 parent 51d1280 commit afb0b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/editor/src/components/preview-dropdown/style.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text {
padding-right: $grid-unit-05;
padding-right: $grid-unit-05 * 0.5;
gap: 0;
}

.editor-preview-dropdown--mobile,
.editor-preview-dropdown--tablet {
.editor-preview-dropdown__toggle svg:first-of-type {
margin-right: -$grid-unit-10;
.editor-preview-dropdown__toggle.has-icon.has-text {
gap: 0;
padding-left: $grid-unit-05;
}
}

Expand Down

0 comments on commit afb0b24

Please sign in to comment.