Introduction
In table component, naming a column "progress" lead to weird layout of the column.
Any other variation of the name and type does not produce that.
To Reproduce
select 'table' as component;
select
'foo' as name
, 100*0.1 as progress; --- <- note the name of the column
Actual behavior
column values are displaced.
Screenshots

Expected behavior
column values are aligned with the rest of the line.
select 'table' as component;
select
'foo' as name
, 100*0.1 as progres_; --- <- note the name of the column

Version information
- OS:linux
- Database : SQLite
- SQLPage Version : 0.33.0
Additional context
Add any other context about the problem here.
Introduction
In table component, naming a column "progress" lead to weird layout of the column.
Any other variation of the name and type does not produce that.
To Reproduce
Actual behavior
column values are displaced.
Screenshots
Expected behavior
column values are aligned with the rest of the line.
Version information
Additional context
Add any other context about the problem here.