Skip to content

Commit

Permalink
Fixing breadcrumb spacing (microsoft#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamw2 authored Nov 18, 2020
1 parent 6984027 commit 4106335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tooling/fast-tooling-react/src/form/form.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const styles: ComponentStyles<FormClassNameContract, {}> = {
...cleanListStyle,
"& li": {
display: "inline-block",
"padding-right": "8px",
"padding-right": "4px",
"&::after": {
content: "'/'",
"padding-left": "8px",
"padding-left": "4px",
},
"&:last-child::after": {
content: "''",
Expand Down

0 comments on commit 4106335

Please sign in to comment.