A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sqlpage/SQLPage/issues/830 below:

in table component, naming a column "progress" lead to weird layout · Issue #830 · sqlpage/SQLPage · GitHub

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 Additional context

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