Skip to content

Commit bfa9376

Browse files
committed
PER-10108-display long folder names one beneath other
1 parent 89e76ca commit bfa9376

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

src/app/core/components/main/main.component.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import 'variables';
22

33
.main-content {
4-
padding-top: $navbar-total-height;
54
opacity: 1;
65

76
&.navigating {

src/app/core/components/nav/nav.component.scss

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
:host {
44
display: block;
5-
position: fixed;
65
top: 0;
76
left: 0;
87
right: 0;

src/app/shared/components/breadcrumbs/breadcrumbs.component.scss

+5-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
66

77
.breadcrumbs {
88
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;
1613
display: flex;
1714
align-items: center;
1815
}
1916

2017
pr-breadcrumb {
21-
display: inline-block;
18+
display: flex;
2219
color: white;
2320

2421
@include after($tablet-horizontal) {
@@ -64,7 +61,6 @@ pr-breadcrumb {
6461
.breadcrumbs-large {
6562
@include desktop {
6663
font-size: $large-size;
67-
height: 2 * $grid-unit;
6864
}
6965
}
7066

0 commit comments

Comments
 (0)