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 1
1
{
2
2
"name" : " iknow-entity-browser" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.9.7 " ,
4
4
"description" : " Visualizer for iKnow entities" ,
5
5
"main" : " gulpfile.babel.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ $headerHeight: 36px;
13
13
box-sizing : border-box ;
14
14
background : white ;
15
15
overflow : visible ;
16
- box-shadow : $defaultShadow ;
17
16
z-index : $zIndexInterface - 1 ;
18
17
@include transition ($defaultTransition );
19
18
@include transform (translate (100% ,0 ));
20
19
& .active {
21
20
@include transform (translate (0 ,0 ));
21
+ box-shadow : $defaultShadow ;
22
22
}
23
23
24
24
> .controls {
@@ -70,6 +70,7 @@ $headerHeight: 36px;
70
70
71
71
& :last-child {
72
72
border-left : none ;
73
+ min-width : 27px ;
73
74
}
74
75
75
76
& :nth-last-child (2 ) {
You can’t perform that action at this time.
0 commit comments