We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc4db commit 28a9eebCopy full SHA for 28a9eeb
src/sagemaker/lineage/query.py
@@ -258,7 +258,7 @@ def _get_app(self, elements):
258
id="cytoscape-graph",
259
elements=elements,
260
style={
261
- "width": "85%",
+ "width": "84%",
262
"height": "350px",
263
"display": "inline-block",
264
"border-width": "1vw",
@@ -306,6 +306,15 @@ def _get_app(self, elements):
306
],
307
responsive=True,
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
+ ),
318
self.html.Div(
319
[
320
@@ -427,7 +436,6 @@ def _get_app(self, elements):
427
436
428
437
429
438
430
- "width": "15%",
431
439
432
440
"font-size": "1vw",
433
441
"font-family": "verdana",
0 commit comments