Text Component - Bug

When I change the Size of the text, the lineheigth is adjusted, but not the text size.

Now changing the size to 6xl:

I sent the link to the project via mail.

Hi @Fuellemann

This is a slight issue with the text size also setting the line height, you can fix this issue by also overriding the Line Height. Hope that helps :slight_smile:

But the text size did not change. Going from lg to 6xl should be quite a change :slight_smile:

it certainly should! I’m using this feature right now for a project and it’s working flawlessly here, so I’m wondering if there’s something going on in your project :thinking:

Check to make sure sure you don’t have any inline properties set that might be blocking the changes. Always a good idea to clear any inline formatting to see if that is causing the problem.

Also, are you selecting all the text you want to change?

Hi @Fuellemann

I’ve taken a look at your project and it seems like you had some inline styling applied.

If you double-click in the Text component, highlight all the text, and then click the “Clear Formatting” control it’ll apply the font size correctly.

Hope that helps :slight_smile:

2 Likes

I use Classes and this seems to be okey.