Skip to content

Commit

Permalink
fix(styles): tokenizer not rendering as compact (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Oct 4, 2022
1 parent 710e27b commit c76f3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/tokenizer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ $block: #{$fd-namespace}-tokenizer;
}

&--compact {
@include fd-input-field-base-compact();

.#{$block}__inner {
padding: 0 $fd-tokenizer-compact-spacing;
}
Expand Down

0 comments on commit c76f3ce

Please sign in to comment.