Forum Discussion
Extra padding at bottom of text blocks
- 5 months ago
Hi Everyone!
I'm happy to share that we just released a new update for Rise 360!
This update fixes the bug you ran into, causing:
- Padding appears on Text Blocks, even if top and bottom padding was already set to zero.
There's nothing to install for web-based apps. New features and fixes are immediately available! Please let us know if you have any questions about this update, or the issue you reported.
Thank you!
You've opened the door to an interesting issue with the Rise codebase. If you look at the HTML, headings in Rise are actually wrapped in a paragraph (<p>) tag. That's weird, red flag. See below. The parent 4 levels up is the heading level 2 (<h2>). It makes no logical sense, I would flag this as an obvious formatting error, if someone on my team tried to check in this code.
Imagine trying to make improvements to the regular text (paragraphs) in any document/website, and you suddenly realize all your headings have paragraphs nested within. I think that's what we're seeing here. Also notice the class fr-view. If anyone knows what the fr stands for, I will ship you a gift from my Etsy shop, anywhere in the world.
Related Content
- 2 months ago
- 2 months ago
- 7 months ago