pgAdmin 4 commit: Properly size the SQL Editor gutter as the width of t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly size the SQL Editor gutter as the width of t
Date: 2016-12-16 13:04:19
Message-ID: E1cHsBP-0002Ay-Sj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly size the SQL Editor gutter as the width of the line numbers increases. Fixes #1780

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53ea9919073e30a7eee3154095357ea76800e388
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/css/overrides.css | 10 ++++-----
web/pgadmin/static/css/pgadmin.css | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 7 ------
.../tools/sqleditor/static/css/sqleditor.css | 25 ++++++----------------
4 files changed, 13 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-16 13:04:26 Re: [pgAdmin4][Patch]: RM 1780: Rendering glitches in the query editor line number column when editing many lines
Previous Message Dave Page 2016-12-16 12:58:22 Re: [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved