Skip to content

Commit

Permalink
Fix toggle help indentation (#63903)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: paaljoachim <paaljoachim@git.wordpress.org>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: afercia <afercia@git.wordpress.org>
  • Loading branch information
8 people authored Jul 25, 2024
1 parent 3336ee9 commit 0c2704c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- `ComboboxControl`: Fix ComboboxControl reset button when using the keyboard. ([#63410](https://github.com/WordPress/gutenberg/pull/63410))
- `Button`: Never apply `aria-disabled` to anchor ([#63376](https://github.com/WordPress/gutenberg/pull/63376)).
- `SelectControl`: Fix hover/focus color in wp-admin ([#63855](https://github.com/WordPress/gutenberg/pull/63855)).
- `ToggleControl`: Fix indentation ([#63903](https://github.com/WordPress/gutenberg/pull/63903)).

### Enhancements

Expand Down
3 changes: 2 additions & 1 deletion packages/components/src/toggle-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
}

.components-toggle-control__help {
margin-left: $toggle-width + $grid-unit-10;
display: inline-block;
margin-inline-start: $toggle-width + $grid-unit-10;
}

0 comments on commit 0c2704c

Please sign in to comment.