Skip to content

Commit b3c1246

Browse files
Tooltip display fix, mobile display fix and screenshot add
1 parent cc62b06 commit b3c1246

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Preview
77

88
![2017-03-24_235057](https://cloud.githubusercontent.com/assets/4989256/24314970/11139e7e-10ed-11e7-913b-e156c253c820.png)
99
![2017-03-24_234839](https://cloud.githubusercontent.com/assets/4989256/24314971/112bbd2e-10ed-11e7-8dfb-66daafb6d430.png)
10-
<p align="center"><img src="https://cloud.githubusercontent.com/assets/4989256/24315541/3c8b39ec-10f0-11e7-88a4-f0b62980858b.png" height="800" align="center"></p>
10+
<p align="center">
11+
<img src="https://cloud.githubusercontent.com/assets/4989256/24315541/3c8b39ec-10f0-11e7-88a4-f0b62980858b.png" width="430" align="center">
12+
<img src="https://cloud.githubusercontent.com/assets/4989256/24322376/d1d40878-116b-11e7-98fe-f1b86ff2085a.png" width="430" align="center">
13+
</p>
1114

1215
Usage
1316
-----

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iknow-entity-browser",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Visualizer for iKnow entities",
55
"main": "gulpfile.babel.js",
66
"scripts": {

src/static/scss/interface.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
bottom: 0;
3838
z-index: $zIndexInterface;
3939
text-align: center;
40-
overflow: hidden;
40+
overflow: visible;
41+
min-width: 30px;
4142
@include transition($defaultTransition);
4243
}

0 commit comments

Comments
 (0)