From: Jay Freeman (saurik) Date: Sun, 21 Dec 2008 07:18:49 +0000 (+0000) Subject: Fixed min-height on selection row thingees. X-Git-Tag: v1.0.3366~338 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/288651b62061c0c0e9acddbaacdf4bd563e5dc0d?ds=inline Fixed min-height on selection row thingees. --- diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index 0397b5e2..875907d9 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -224,7 +224,7 @@ fieldset > a, fieldset > div, fieldset > textarea { border-top: 1px solid #999999; - min-height: 19px; + min-height: 40px; padding: 12px 17px 11px 17px; }