File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iknow-entity-browser" ,
3
- "version" : " 0.8.6 " ,
3
+ "version" : " 0.8.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 @@ -171,6 +171,9 @@ <h1>Tabular View Settings</h1>
171
171
< div >
172
172
< button id ="settings.resetSettings "> Reset Settings</ button >
173
173
</ div >
174
+ < div class ="footer ">
175
+ iKnow Entity Browser v<!-- @echo package.version -->
176
+ </ div >
174
177
</ div >
175
178
</ div >
176
179
</ body >
Original file line number Diff line number Diff line change 10
10
box-sizing : border-box ;
11
11
background : white ;
12
12
padding : $defaultPadding ;
13
-
14
- & .active {
15
-
16
- }
13
+ overflow : auto ;
17
14
18
15
& :not (.active ) {
19
16
29
26
30
27
}
31
28
29
+ .footer {
30
+ text-align : right ;
31
+ font-size : 8pt ;
32
+ color : gray ;
33
+ padding : 0 2px ;
34
+ }
35
+
32
36
}
33
37
34
38
#settings\. tabularColumns {
You can’t perform that action at this time.
0 commit comments