File tree 3 files changed +5
-11
lines changed
shared/components/breadcrumbs
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
@import ' variables' ;
2
2
3
3
.main-content {
4
- padding-top : $navbar-total-height ;
5
4
opacity : 1 ;
6
5
7
6
& .navigating {
Original file line number Diff line number Diff line change 2
2
3
3
:host {
4
4
display : block ;
5
- position : fixed ;
6
5
top : 0 ;
7
6
left : 0 ;
8
7
right : 0 ;
Original file line number Diff line number Diff line change 6
6
7
7
.breadcrumbs {
8
8
width : 100% ;
9
- overflow-y : hidden ;
10
- overflow-x : auto ;
11
- padding : 5px 10px ;
12
- white-space : nowrap ;
13
- -webkit-overflow-scrolling : touch ;
14
- user-select : none ;
15
- height : $breadcrumb-height ;
9
+ flex-wrap : wrap ;
10
+ white-space : normal ;
11
+ overflow-x : visible ;
12
+ overflow-y : visible ;
16
13
display : flex ;
17
14
align-items : center ;
18
15
}
19
16
20
17
pr-breadcrumb {
21
- display : inline-block ;
18
+ display : flex ;
22
19
color : white ;
23
20
24
21
@include after ($tablet-horizontal ) {
@@ -64,7 +61,6 @@ pr-breadcrumb {
64
61
.breadcrumbs-large {
65
62
@include desktop {
66
63
font-size : $large-size ;
67
- height : 2 * $grid-unit ;
68
64
}
69
65
}
70
66
You can’t perform that action at this time.
0 commit comments