File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/NavList/__snapshots__ Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ exports[`NavList renders a simple list 1`] = `
5555 appearance : none ;
5656 background : unset ;
5757 border : unset ;
58- width : 100 % ;
58+ width : calc ( 100 % - 16 px ) ;
5959 font - family : unset ;
6060 text - align : unset ;
6161 margin - top : unset ;
@@ -139,7 +139,7 @@ exports[`NavList renders a simple list 1`] = `
139139 appearance : none ;
140140 background : unset ;
141141 border : unset ;
142- width : 100 % ;
142+ width : calc ( 100 % - 16 px ) ;
143143 font - family : unset ;
144144 text - align : unset ;
145145 margin - top : unset ;
@@ -456,7 +456,7 @@ exports[`NavList renders with groups 1`] = `
456456 appearance : none ;
457457 background : unset ;
458458 border : unset ;
459- width : 100 % ;
459+ width : calc ( 100 % - 16 px ) ;
460460 font - family : unset ;
461461 text - align : unset ;
462462 margin - top : unset ;
@@ -540,7 +540,7 @@ exports[`NavList renders with groups 1`] = `
540540 appearance : none ;
541541 background : unset ;
542542 border : unset ;
543- width : 100 % ;
543+ width : calc ( 100 % - 16 px ) ;
544544 font - family : unset ;
545545 text - align : unset ;
546546 margin - top : unset ;
@@ -888,7 +888,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
888888 appearance : none ;
889889 background : unset ;
890890 border : unset ;
891- width : 100 % ;
891+ width : calc ( 100 % - 16 px ) ;
892892 font - family : unset ;
893893 text - align : unset ;
894894 margin - top : unset ;
@@ -1008,7 +1008,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
10081008 appearance : none ;
10091009 background : unset ;
10101010 border : unset ;
1011- width : 100 % ;
1011+ width : calc ( 100 % - 16 px ) ;
10121012 font - family : unset ;
10131013 text - align : unset ;
10141014 margin - top : unset ;
@@ -1390,7 +1390,7 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
13901390 appearance : none ;
13911391 background : unset ;
13921392 border : unset ;
1393- width : 100 % ;
1393+ width : calc ( 100 % - 16 px ) ;
13941394 font - family : unset ;
13951395 text - align : unset ;
13961396 margin - top : unset ;
You can’t perform that action at this time.
0 commit comments