discourse/plugins/footnote/assets
Kris 654676f947
UX: allow inline-footnote content to shrink-to-fit (#35633)
Some content like `pre` and `code` needs to know it can shrink to avoid
overflow (we already have overflow wrap present)

Before:
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/2910ab3d-fa65-42cb-bcc4-2e204625e141"
/>


After: 
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/30f9c769-480a-4368-98b7-287c7424e252"
/>
2025-10-27 14:15:33 -04:00
..
javascripts UX: add class to inline-footnote to display as inline-block (#34515) 2025-08-25 13:17:55 +02:00
stylesheets UX: allow inline-footnote content to shrink-to-fit (#35633) 2025-10-27 14:15:33 -04:00
vendor/javascripts