File tree 1 file changed +14
-5
lines changed
src/app/shared/components/breadcrumbs
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.breadcrumbs {
8
8
width : 100% ;
9
- flex-wrap : wrap ;
10
- white-space : normal ;
11
- overflow-x : visible ;
12
- overflow-y : visible ;
13
9
display : flex ;
14
- align-items : center ;
10
+ flex-wrap : wrap ;
11
+ white-space : normal ;
12
+ overflow : visible ;
13
+ min-width : 0 ;
15
14
}
16
15
17
16
pr-breadcrumb {
18
17
display : flex ;
18
+ flex : 0 1 auto ;
19
+ min-width : 0 ; // ✅ allow shrinking in flex layout
19
20
color : white ;
21
+ white-space : normal ;
22
+ word-break : break-word ;
23
+ overflow-wrap : anywhere;
20
24
21
25
@include after ($tablet-horizontal ) {
22
26
padding : 0.25rem 0 ;
@@ -25,6 +29,11 @@ pr-breadcrumb {
25
29
a {
26
30
color : white ;
27
31
text-decoration : none ;
32
+
33
+ display : inline ;
34
+ white-space : normal ;
35
+ word-break : break-word ;
36
+ overflow-wrap : anywhere;
28
37
}
29
38
30
39
.current {
You can’t perform that action at this time.
0 commit comments