File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3030 url : ' /4.1'
3131 version : ' 4.1'
3232 displayVersion : ' 4.1'
33+ title : ' Component title wraps onto a second line'
3334 - url : ' /4.0'
3435 version : ' 4.0'
3536 displayVersion : ' 4.0'
Original file line number Diff line number Diff line change @@ -79,15 +79,16 @@ html.is-clipped--nav {
7979 justify-content : space-between;
8080 margin-bottom : 1rem ;
8181 padding : 0 1.5rem ;
82- box-shadow : 0 1px 0 var (--nav-panel-divider-color );
82+ /* box-shadow: 0 1px 0 var(--nav-panel-divider-color); */
8383}
8484
8585.nav .component : has (+ .selectors ) {
86- margin-bottom : 0 ;
86+ margin-bottom : 0.25 rem ;
8787}
8888
8989.nav .component .nav-product {
90- height : 2.5rem ;
90+ min-height : 2.5rem ;
91+ height : fit-content;
9192 padding : 0.5rem 0 ;
9293}
9394
@@ -101,7 +102,7 @@ html.is-clipped--nav {
101102}
102103
103104.nav .selectors {
104- padding : 0.5 rem 1rem 0 ;
105+ padding : 0 1rem 0 ;
105106}
106107
107108.nav-panel-menu {
@@ -150,10 +151,11 @@ html.is-clipped--nav {
150151
151152.nav-menu {
152153 flex-grow : 1 ;
153- min-height : 0 ;
154+ /* min-height: 0; */
154155 width : 100% ;
155156 line-height : var (--nav-line-height );
156157 position : relative;
158+ margin-bottom : calc (var (--feedback-height ) + 1rem );
157159}
158160
159161.nav-menu .component-title {
You can’t perform that action at this time.
0 commit comments