pgAdmin 4 commit: In subnodes without dropdowns, the rows had smaller h

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: In subnodes without dropdowns, the rows had smaller h
Date: 2017-07-06 12:11:43
Message-ID: E1dT5dH-0006zQ-3X@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

In subnodes without dropdowns, the rows had smaller height, making them appear unintentionally different than those with dropdowns. Make them the same.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5bedf088e880de8949d68f0b0564fff62f3d5a7
Author: George Gelashvili <ggelashvili(at)pivotal(dot)io>

Modified Files
--------------
web/pgadmin/static/css/bootstrap.overrides.css | 1 +
1 file changed, 1 insertion(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-06 12:11:58 Re: make subnode rows the same height for rows without dropdowns
Previous Message Dave Page 2017-07-06 12:08:41 Re: [pgAdmin4][Patch]: Refactor of the History Tab