efemkay / obsidian-modular-css-layout

CSS Layout hack for Obsidian.md
https://efemkay.github.io/obsidian-modular-css-layout/
GNU General Public License v3.0
974 stars 74 forks source link

No Wrap "cut off" sub callout when using Blue Topaz theme #52

Open efemkay opened 1 year ago

efemkay commented 1 year ago

as per raised in Obsidian Forum. I can reproduce. Will see the issue and work on the fix.

https://forum.obsidian.md/t/problem-getting-no-wrap-option-in-efemkays-modular-css-multi-column/67590

samirasoto commented 1 year ago

Thanks for the response! If it's any help, I figured out that toggling the line-height: var(--line-height-tight) property within the .callout-title in the console seems to fix it. Unfortunately, I haven't been able to come up with anything beyond this. Snippets aren't wanting to override the line-height. Hope that's insightful, though!