File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " iknow-entity-browser" ,
3- "version" : " 0.8.6 " ,
3+ "version" : " 0.8.7 " ,
44 "description" : " Visualizer for iKnow entities" ,
55 "main" : " gulpfile.babel.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ <h1>Tabular View Settings</h1>
171171 < div >
172172 < button id ="settings.resetSettings "> Reset Settings</ button >
173173 </ div >
174+ < div class ="footer ">
175+ iKnow Entity Browser v<!-- @echo package.version -->
176+ </ div >
174177 </ div >
175178</ div >
176179</ body >
Original file line number Diff line number Diff line change 1010 box-sizing : border-box ;
1111 background : white ;
1212 padding : $defaultPadding ;
13-
14- & .active {
15-
16- }
13+ overflow : auto ;
1714
1815 & :not (.active ) {
1916
2926
3027 }
3128
29+ .footer {
30+ text-align : right ;
31+ font-size : 8pt ;
32+ color : gray ;
33+ padding : 0 2px ;
34+ }
35+
3236}
3337
3438#settings\. tabularColumns {
You can’t perform that action at this time.
0 commit comments