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.
select 'table' as component; select 'foo' as name , 100*0.1 as progress; --- <- note the name of the columnActual behavior
column values are displaced.
Screenshots Expected behaviorcolumn 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 columnVersion information
Add any other context about the problem here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4