pgAdmin 4 commit: Fix subnode-header label not taking full width (in pr

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix subnode-header label not taking full width (in pr
Date: 2016-06-21 11:15:11
Message-ID: E1bFJeB-0006iD-P2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix subnode-header label not taking full width (in privileges/variable controls), label goes to next line on viewing properties of node(ex: database node properties).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52906dd0209e785abc4773326ac29630364ff820
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-21 11:16:07 pgAdmin 4 commit: Restore should include database name in dialog title
Previous Message Dave Page 2016-06-21 11:13:56 pgAdmin 4 commit: Remove debug code