all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: ox-html.el: Code blocks extend out of box border
@ 2020-05-27  3:49 Seshal Jain
  2020-09-04 10:42 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Seshal Jain @ 2020-05-27  3:49 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

The exported html from Org Mode contains a style for element pre.src,
overflow: visible. This causes code elements with reasonably
long lines to extend out of the box boundaries, causing a horizontal
scroll of the document.
Changing overflow: visible to overflow: auto
should solve this, making the pre element scrollable instead and keeping the
code from leaking into the page and causing a horizontal scroll on the
document.

[-- Attachment #2: Type: text/html, Size: 485 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-23 13:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-27  3:49 Bug: ox-html.el: Code blocks extend out of box border Seshal Jain
2020-09-04 10:42 ` Bastien
2020-11-02 11:50   ` Nix.org.ua Mirrors via General discussions about Org-mode.
2020-11-02 12:34   ` Vladislav Glinsky
2020-12-22 20:20     ` Kyle Meyer
2020-12-22 23:34       ` cl0ne

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.