Skip to content

Commit 73d50c3

Browse files
authored
Merge pull request #581 from sk00626463/master
Changes to Breadcrumb as per design spec
2 parents 31a9be4 + 8e5cb34 commit 73d50c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/less/components/breadcrumb/index.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
display: flex;
66
font-size: 0.75rem;
77
font-weight: 500;
8-
height: 1.75rem;
9-
margin-bottom: 1rem;
10-
text-transform: uppercase;
8+
line-height: 1;
119

1210
& > a {
1311
margin-right: 0.5rem;
12+
text-transform: capitalize;
1413

1514
&:last-of-type {
1615
color: @gray-600;

0 commit comments

Comments
 (0)