Skip to content

Commit

Permalink
fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
phibr0 committed Mar 21, 2022
1 parent c459e4c commit a549630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-charts",
"name": "Obsidian Charts",
"version": "3.4.4",
"version": "3.4.5",
"minAppVersion": "0.12.7",
"description": "This Plugin lets you create Charts within Obsidian",
"author": "phibr0",
Expand Down
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ div.chart-error {

div.chart-error pre > code {
color: crimson !important;
}
}

.print .block-language-chart {
/* Hardcoded with for printed Charts, see #41 */
width: 500px !important;
}

0 comments on commit a549630

Please sign in to comment.