Skip to content

Commit

Permalink
fix(breadcrumb): increase line height for readability on wrapped content
Browse files Browse the repository at this point in the history
When browser screen is narrowed and the breadcrumb gets in two lines there is no enough vertical space between them.
  • Loading branch information
lubber-de authored and Sean committed May 4, 2019
1 parent 9e9cb62 commit c7ca707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*******************************/

.ui.breadcrumb {
line-height: 1;
line-height: @lineHeight;
display: @display;
margin: @verticalMargin 0;
vertical-align: @verticalAlign;
Expand Down

0 comments on commit c7ca707

Please sign in to comment.