File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
vaadin-breadcrumbs/src/main/resources/META-INF/resources/frontend/styles Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11.breadcrumbs-container {
22 display : flex;
3- flex-shrink : 0 ;
43 position : relative;
54 padding-right : calc (var (--lumo-space-m ) * 1.6 );
65}
76
87.breadcrumbs-container > vaadin-horizontal-layout {
98 box-shadow : calc (var (--lumo-space-s ) * 0.8 ) 0 calc (var (--lumo-space-m ) * 0.7 ) calc (var (--lumo-space-s ) * -0.15 ) var (--lumo-contrast-20pct );
9+ flex-flow : row wrap;
1010}
1111
1212.breadcrumb : first-child {
2020 padding-left : var (--lumo-space-xl );
2121 padding-right : var (--lumo-space-s );
2222 font-size : var (--lumo-font-size-l );
23- color : var (--lumo-text-primary );
23+ color : var (--lumo-header- text-color );
2424 position : relative;
2525 cursor : pointer;
26+ white-space : nowrap;
2627}
2728
2829.breadcrumb : after {
You can’t perform that action at this time.
0 commit comments