~edwardloveall/scribe

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Avoid clipping gist code's content

Details
Message ID
<20221011143710.3550-1-porcellis@eletrotupi.com>
DKIM signature
missing
Download raw message
Patch: +4 -0
---
Before: https://canto.eletrotupi.com/NZ7CV.png
After: https://canto.eletrotupi.com/cDOsq.png

 src/css/app.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/css/app.css b/src/css/app.css
index 3799385..06f3611 100644
--- a/src/css/app.css
+++ b/src/css/app.css
@@ -11,6 +11,10 @@ p.meta {
  width: 55%;
}

.gist > code {
  width: 100% !important;
}

@media (max-width: 760px) {
  .gist {
    width: 100%;
-- 
2.36.2
Details
Message ID
<62B74CF8-4716-4BD7-9BE1-4AB316EBA5DF@edwardloveall.com>
In-Reply-To
<20221011143710.3550-1-porcellis@eletrotupi.com> (view parent)
DKIM signature
missing
Download raw message
Thanks so much for bringing this to my attention. I applied your patch and then took the opportunity to fix some other code/pre related bugs as well.

Edward

On 11 Oct 2022, at 10:37, Pedro Lucas Porcellis wrote:

> ---
> Before: https://canto.eletrotupi.com/NZ7CV.png
> After: https://canto.eletrotupi.com/cDOsq.png
>
>  src/css/app.css | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/css/app.css b/src/css/app.css
> index 3799385..06f3611 100644
> --- a/src/css/app.css
> +++ b/src/css/app.css
> @@ -11,6 +11,10 @@ p.meta {
>    width: 55%;
>  }
>
> +.gist > code {
> +  width: 100% !important;
> +}
> +
>  @media (max-width: 760px) {
>    .gist {
>      width: 100%;
> -- 
> 2.36.2
Reply to thread Export thread (mbox)