File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def _get_app(self, elements):
258
258
id = "cytoscape-graph" ,
259
259
elements = elements ,
260
260
style = {
261
- "width" : "85 %" ,
261
+ "width" : "84 %" ,
262
262
"height" : "350px" ,
263
263
"display" : "inline-block" ,
264
264
"border-width" : "1vw" ,
@@ -306,6 +306,15 @@ def _get_app(self, elements):
306
306
],
307
307
responsive = True ,
308
308
),
309
+ self .html .Div (
310
+ style = {
311
+ "width" : "0.5%" ,
312
+ "display" : "inline-block" ,
313
+ "font-size" : "1vw" ,
314
+ "font-family" : "verdana" ,
315
+ "vertical-align" : "top" ,
316
+ },
317
+ ),
309
318
self .html .Div (
310
319
[
311
320
self .html .Div (
@@ -427,7 +436,6 @@ def _get_app(self, elements):
427
436
),
428
437
],
429
438
style = {
430
- "width" : "15%" ,
431
439
"display" : "inline-block" ,
432
440
"font-size" : "1vw" ,
433
441
"font-family" : "verdana" ,
You can’t perform that action at this time.
0 commit comments