Skip to content

Commit 08714ba

Browse files
authored
Merge pull request #47 from onecodex/petras/dev-10260-collapsed-ellipses-to-export-image-if-image-it-too-wide-in
2 parents aa49801 + 8754b15 commit 08714ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

notebook/override.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ div.cell.selected.jupyter-soft-selected:before {
5151
height: calc(100% + 2px);
5252
content: '';
5353
background: #2DB998;
54-
}
54+
}
55+
56+
.vega-embed.has-actions > details {
57+
flex-shrink: 0;
58+
}

0 commit comments

Comments
 (0)