File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " iknow-entity-browser" ,
3- "version" : " 0.9.6 " ,
3+ "version" : " 0.9.7 " ,
44 "description" : " Visualizer for iKnow entities" ,
55 "main" : " gulpfile.babel.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ $headerHeight: 36px;
1313 box-sizing : border-box ;
1414 background : white ;
1515 overflow : visible ;
16- box-shadow : $defaultShadow ;
1716 z-index : $zIndexInterface - 1 ;
1817 @include transition ($defaultTransition );
1918 @include transform (translate (100% ,0 ));
2019 & .active {
2120 @include transform (translate (0 ,0 ));
21+ box-shadow : $defaultShadow ;
2222 }
2323
2424 > .controls {
@@ -70,6 +70,7 @@ $headerHeight: 36px;
7070
7171 & :last-child {
7272 border-left : none ;
73+ min-width : 27px ;
7374 }
7475
7576 & :nth-last-child (2 ) {
You can’t perform that action at this time.
0 commit comments