Skip to content

Commit

Permalink
Ensure bottom margin is removed when prop is true
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Mar 2, 2023
1 parent cf06a9e commit 9343c2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/form-token-field/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ export function FormTokenField( props: FormTokenFieldProps ) {
<StyledHelp
id={ `components-form-token-suggestions-howto-${ instanceId }` }
className="components-form-token-field__help"
__nextHasNoMarginBottom
__nextHasNoMarginBottom={ __nextHasNoMarginBottom }
>
{ tokenizeOnSpace
? __(
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/form-token-field/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.components-form-token-field__input-container {
@include input-control();
width: 100%;
margin: 0 0 $grid-unit-10 0;
padding: 0;
cursor: text;

Expand Down

0 comments on commit 9343c2c

Please sign in to comment.