Embed with a long title breaks out of readable line length if in a heading

Steps to reproduce

  1. Open the Sandbox vault.
  2. Embed a note with a long title in a heading. e.g.
# ![[Plugins make Obsidian special for you Plugins make Obsidian special for you Plugins make Obsidian special for you]]

Did you follow the troubleshooting guide? [Y]

Expected result

Embed title wraps.

Actual result

Embed title doesn’t wrap and “breaks out” of readable line length.

Environment

SYSTEM INFO:
	Obsidian version: 1.13.1
	Installer version: 1.12.7
	Operating system: Windows 11 Pro 10.0.26200
	Login status: logged in
	Language: en
	Catalyst license: supporter
	Insider build toggle: on
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: off
	Plugins installed: 0
	Plugins enabled: 0

RECOMMENDATIONS:
	none


Additional information

Obsidian_1RQkCA6Aly

Can be adjusted with

.embed-title {
  white-space: wrap;
}

but not sure if that will cause issues in other situations.

1 Like