Godot Version
4.6.1
Question
If I add a fresh RichtTextLabel, add a text like this and activate BBCode then I see that:
[ol]Option 1
Option 2
Option 3[/ol]
then I see this:
How I can reduce the space on the left? I need only single-digit numbers…
Thanks!
Edit: It seems it is the same value/constant like the [indent]
But that seems not correct:
[indent] Hallo [/indent]
[ol]Option 1
Option 2
Option 3[/ol]
wchc
February 23, 2026, 10:32pm
2
Lebostein:
Edit: It seems it is the same value/constant like the [indent]
But that seems not correct:
[indent] Hallo [/indent]
[ol]Option 1
Option 2
Option 3[/ol]
You put an additional space in the first line before “Hallo”, hence it’s not lined up.
If you do this:
[indent]Hallo[/indent]
[ol]Option 1
Option 2
Option 3[/ol]
Then it’s perfectly lined up:
1 Like
Ah, I see….
The real question remains: How can you adjust the width of the indentation?
wchc
February 23, 2026, 11:15pm
4
I don’t think you can remove that indent with pure BBCode.
You can move the whole RichTextLabel like in my example - then you’re faking this effect with exactly the same end result.