qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [qemu-web PATCH] fix cases where the left column becomes too large
Date: Fri, 24 Mar 2023 11:40:05 +0100	[thread overview]
Message-ID: <20230324104005.1215674-1-pbonzini@redhat.com> (raw)

On the blogs page, long lines under a <pre> tag will make the left column
overlap the sidebar.  Fix it in the CSS.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 _includes/assets.html        | 2 +-
 assets/css/skel-noscript.css | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/_includes/assets.html b/_includes/assets.html
index 411a1ac..aba3f3c 100644
--- a/_includes/assets.html
+++ b/_includes/assets.html
@@ -14,7 +14,7 @@
 
 	<link rel="stylesheet" href="{{ relative_root }}/assets/css/normalize.css" />
 	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
-	<link rel="stylesheet" href="{{ relative_root }}/assets/css/skel-noscript.css" />
+	<link rel="stylesheet" href="{{ relative_root }}/assets/css/skel-noscript.css?v=2" />
 	<link rel="stylesheet" href="{{ relative_root }}/assets/css/style.css" />
 	<link rel="stylesheet" href="{{ relative_root }}/assets/css/style-mobile.css" media="(max-width:699px)"/>
 	<link rel="stylesheet" href="{{ relative_root }}/assets/css/style-desktop.css" media="(min-width:700px)" />
diff --git a/assets/css/skel-noscript.css b/assets/css/skel-noscript.css
index e0a141e..98c50b7 100644
--- a/assets/css/skel-noscript.css
+++ b/assets/css/skel-noscript.css
@@ -27,6 +27,7 @@
 			-o-box-sizing: border-box;
 			-ms-box-sizing: border-box;
 			box-sizing: border-box;
+			max-width: 100%;
 		}
 
 	/* Rows */
-- 
2.39.2



                 reply	other threads:[~2023-03-24 15:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230324104005.1215674-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).