Skip to content

Commit 36b854f

Browse files
Little but cool style fixes
1 parent 08d83f3 commit 36b854f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/static/scss/tabular.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)