Skip to content

Commit

Permalink
fix(menus): xx-small menu should be xx-small, not x-small
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Rewis committed Oct 20, 2017
1 parent 173e1d6 commit 0569d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/menus/dropdown/_index.scss
Expand Up @@ -187,7 +187,7 @@
*/ */
&_xx-small, &_xx-small,
&--xx-small { &--xx-small {
min-width: $size-x-small; min-width: $size-xx-small;
} }


/** /**
Expand Down

0 comments on commit 0569d6d

Please sign in to comment.