From 1c1c1382c97a1c02f62d40393b107534bcbcc637 Mon Sep 17 00:00:00 2001 From: Zain Hoda <7146154+zainhoda@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:43:38 -0400 Subject: [PATCH] code component overflow --- docs/gallery/chart.html | 4 ++-- docs/gallery/grid.html | 16 ++++++++-------- generator/generate.swift | 2 +- pyproject.toml | 2 +- src/pyvibe/__init__.py | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/gallery/chart.html b/docs/gallery/chart.html index e6b3b7a..fbb1244 100644 --- a/docs/gallery/chart.html +++ b/docs/gallery/chart.html @@ -139,10 +139,10 @@
Chart Example
- +Python Source
This is the source code for the current page.
diff --git a/docs/gallery/grid.html b/docs/gallery/grid.html index a08eb77..9ad69ed 100644 --- a/docs/gallery/grid.html +++ b/docs/gallery/grid.html @@ -140,25 +140,25 @@Grid Example
Python Source
diff --git a/generator/generate.swift b/generator/generate.swift index ca5d675..70fbfb2 100644 --- a/generator/generate.swift +++ b/generator/generate.swift @@ -1100,7 +1100,7 @@ struct CodeElement: Element {\(header)
\(prefixText)
\(value)
''' + self.header + '''
''' + self.prefix + '''
''' + self.value + '''