Skip to content

Commit 6c48238

Browse files
Fixed breadcrumb padding using incorrect syntax
1 parent 14b1ce5 commit 6c48238

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/breadcrumbs/breadcrumbs.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.breadcrumb {
66
border-radius: 0;
77
margin-top: calc(-1 * var(--ds-content-spacing));
8-
padding-bottom: var(--ds-content-spacing / 3);
9-
padding-top: var(--ds-content-spacing / 3);
8+
padding-bottom: calc(var(--ds-content-spacing) / 3);
9+
padding-top: calc(var(--ds-content-spacing) / 3);
1010
background-color: var(--ds-breadcrumb-bg);
1111
}
1212

0 commit comments

Comments
 (0)