Skip to content

Commit

Permalink
fix(leadspace): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 25, 2023
1 parent d4c1e6f commit 13567d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/styles/scss/components/leadspace/_leadspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ $btn-min-width: 26;
/* stylelint-disable declaration-no-important */
// need the !important to prevent CSS reset styles from overwritting margin for tags
padding-left: $spacing-05 !important;
padding-right: $spacing-05 !important;;
padding-bottom: $spacing-05 !important;;
padding-right: $spacing-05 !important;
padding-bottom: $spacing-05 !important;
}

:host(#{$c4d-prefix}-breadcrumb-link[aria-current='page']) .#{$prefix}--link {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ import readme from './README.stories.mdx';
import leadspaceImg from '../../../../../storybook-images/assets/leadspace/leadspaceMax.jpg';
import { LEADSPACE_SIZE } from '../defs';

const navigationOptions = [
'with a group of Tags',
'with Breadcrumbs',
'none',
];
const navigationOptions = ['with a group of Tags', 'with Breadcrumbs', 'none'];

const gradientOptions = {
'With Gradient': 'with-gradient',
Expand Down

0 comments on commit 13567d8

Please sign in to comment.